Update look and feel

This commit is contained in:
jeffvli
2022-11-14 18:12:24 -08:00
parent 8dad9a8109
commit 8d5a05c329
27 changed files with 116 additions and 102 deletions
@@ -112,7 +112,7 @@ export const GeneralTab = () => {
];
return (
<Stack mt="1rem" spacing="xl">
<Stack spacing="xl">
{options.map((option) => (
<SettingsOptions key={`general-${option.title}`} {...option} />
))}