mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): reworked layout (wip)
This commit is contained in:
@@ -18,7 +18,7 @@ export const ParamSeedRandomize = memo(() => {
|
||||
|
||||
return (
|
||||
<FormControl w="min-content">
|
||||
<FormLabel>{t('common.random')}</FormLabel>
|
||||
<FormLabel m={0}>{t('common.random')}</FormLabel>
|
||||
<Switch isChecked={shouldRandomizeSeed} onChange={handleChangeShouldRandomizeSeed} />
|
||||
</FormControl>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user