Skip to content

Commit a5b7289

Browse files
committed
Update
1 parent c9428dc commit a5b7289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/UserSettings/Appearance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Appearance = () => {
1414
</Heading>
1515

1616
<RadioGroup
17-
onValueChange={(e) => setTheme(e.value)}
17+
onValueChange={(e) => setTheme(e.value ?? "system")}
1818
value={theme}
1919
colorPalette="teal"
2020
>

0 commit comments

Comments
 (0)