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>
|
</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
|
||||||
|
|||||||
Reference in New Issue
Block a user