mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ui: Change background and padding of advanced settings
This commit is contained in:
parent
6f16229c41
commit
71f6f77ae8
@ -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 />
|
||||||
|
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user