feat(ui): fix cnet ui alignment

This commit is contained in:
psychedelicious 2023-07-15 20:36:32 +10:00
parent be4705ec32
commit 8e0ba24bf2

View File

@ -78,7 +78,7 @@ const ControlNet = (props: ControlNetProps) => {
}, },
}} }}
> >
<Flex sx={{ gap: 2 }}> <Flex sx={{ gap: 2, alignItems: 'center' }}>
<IAISwitch <IAISwitch
tooltip={'Toggle this ControlNet'} tooltip={'Toggle this ControlNet'}
aria-label={'Toggle this ControlNet'} aria-label={'Toggle this ControlNet'}