fix(ui): inverted dividers in SectionGeneral component

Closes #4836
This commit is contained in:
Brian McGee
2025-08-20 16:34:16 +01:00
parent dcbc8c9a50
commit 717f66b613

View File

@@ -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