mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): fix cnet ui alignment
This commit is contained in:
parent
be4705ec32
commit
8e0ba24bf2
@ -78,7 +78,7 @@ const ControlNet = (props: ControlNetProps) => {
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Flex sx={{ gap: 2 }}>
|
||||
<Flex sx={{ gap: 2, alignItems: 'center' }}>
|
||||
<IAISwitch
|
||||
tooltip={'Toggle this ControlNet'}
|
||||
aria-label={'Toggle this ControlNet'}
|
||||
|
Loading…
Reference in New Issue
Block a user