We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9428dc commit a5b7289Copy full SHA for a5b7289
frontend/src/components/UserSettings/Appearance.tsx
@@ -14,7 +14,7 @@ const Appearance = () => {
14
</Heading>
15
16
<RadioGroup
17
- onValueChange={(e) => setTheme(e.value)}
+ onValueChange={(e) => setTheme(e.value ?? "system")}
18
value={theme}
19
colorPalette="teal"
20
>
0 commit comments