Tweak settings labels

This commit is contained in:
Gregory Schier
2024-06-02 23:54:00 -07:00
parent 4a418be11f
commit a669ed2c6d
4 changed files with 16 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ export function SettingsAppearance() {
<Select
name="appearance"
label="Appearance"
labelPosition="left"
labelPosition="top"
size="sm"
value={settings.appearance}
onChange={(appearance) => {
@@ -123,7 +123,6 @@ export function SettingsAppearance() {
]}
/>
<HStack space={2}>
<div>Theme</div>
{(settings.appearance === 'system' || settings.appearance === 'light') && (
<Select
hideLabel