feat(ui): reworked layout (wip)

This commit is contained in:
psychedelicious
2024-09-09 21:53:36 +10:00
parent b67c369bdb
commit 3ed29a16a8
52 changed files with 656 additions and 628 deletions

View File

@@ -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>
);