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:
brianmcgee
2025-08-20 15:41:31 +00:00

View File

@@ -90,7 +90,7 @@ export const SectionGeneral = (props: SectionGeneralProps) => {
/> />
)} )}
</Field> </Field>
<Divider /> <Divider inverted />
<Field name="machineClass"> <Field name="machineClass">
{(field, input) => ( {(field, input) => (
<TextInput <TextInput
@@ -111,7 +111,7 @@ export const SectionGeneral = (props: SectionGeneralProps) => {
/> />
)} )}
</Field> </Field>
<Divider /> <Divider inverted />
<Field name="description"> <Field name="description">
{(field, input) => ( {(field, input) => (
<TextArea <TextArea