Merge pull request 'fix(ui): inverted dividers in SectionGeneral component' (#4845) from fix/inverted-dividers-in-sidebar-pane into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4845
This commit is contained in:
@@ -90,7 +90,7 @@ export const SectionGeneral = (props: SectionGeneralProps) => {
|
||||
/>
|
||||
)}
|
||||
</Field>
|
||||
<Divider />
|
||||
<Divider inverted />
|
||||
<Field name="machineClass">
|
||||
{(field, input) => (
|
||||
<TextInput
|
||||
@@ -111,7 +111,7 @@ export const SectionGeneral = (props: SectionGeneralProps) => {
|
||||
/>
|
||||
)}
|
||||
</Field>
|
||||
<Divider />
|
||||
<Divider inverted />
|
||||
<Field name="description">
|
||||
{(field, input) => (
|
||||
<TextArea
|
||||
|
||||
Reference in New Issue
Block a user