minor: tweak padding on ControlNet Collapse

This commit is contained in:
blessedcoolant 2023-08-30 05:24:42 +12:00
parent 9afc909ff0
commit f5c5f59220

View File

@ -69,7 +69,7 @@ const ParamControlNetCollapse = () => {
return ( return (
<IAICollapse label="ControlNet" activeLabel={activeLabel}> <IAICollapse label="ControlNet" activeLabel={activeLabel}>
<Flex sx={{ flexDir: 'column', gap: 2 }}> <Flex sx={{ flexDir: 'column', gap: 2, pb: 1 }}>
<Flex <Flex
sx={{ sx={{
w: '100%', w: '100%',