ui: Change background and padding of advanced settings

This commit is contained in:
blessedcoolant 2024-01-04 04:58:08 +05:30 committed by Kent Keirsey
parent 6f16229c41
commit 71f6f77ae8
2 changed files with 16 additions and 2 deletions

View File

@ -66,7 +66,14 @@ export const GenerationSettingsAccordion = memo(() => {
<SyncModelsIconButton /> <SyncModelsIconButton />
</Flex> </Flex>
<InvExpander> <InvExpander>
<Flex gap={4} flexDir="column" pb={4}> <Flex
gap={4}
flexDir="column"
p={4}
mb={4}
borderRadius={4}
background="base.750"
>
<InvControlGroup labelProps={labelProps}> <InvControlGroup labelProps={labelProps}>
<ParamScheduler /> <ParamScheduler />
<ParamSteps /> <ParamSteps />

View File

@ -80,7 +80,14 @@ export const ImageSettingsAccordion = memo(() => {
<ImageSizeLinear /> <ImageSizeLinear />
)} )}
<InvExpander> <InvExpander>
<Flex gap={4} pb={4} flexDir="column"> <Flex
flexDirection="column"
gap={4}
p={4}
mb={4}
borderRadius={4}
background="base.750"
>
<Flex gap={4}> <Flex gap={4}>
<ParamSeedNumberInput /> <ParamSeedNumberInput />
<ParamSeedShuffle /> <ParamSeedShuffle />