Improve Settings modal

This commit is contained in:
2024-10-27 21:34:59 +01:00
parent ba4a0dadca
commit 239b441aa6
6 changed files with 87 additions and 41 deletions

View File

@@ -13,9 +13,6 @@ const AppearanceSettings = ({ themeSettings, onThemeChange }) => {
return (
<Box mb="md">
<Title order={3} mb="md">
Appearance
</Title>
<Group justify="space-between" align="center">
<Text size="sm">Dark Mode</Text>
<Switch checked={colorScheme === 'dark'} onChange={handleThemeChange} />