fix: increase toast z-index and set theme dropdown default value

This commit is contained in:
2026-01-25 02:04:17 +00:00
committed by GitHub
parent e5bd7209eb
commit 4721c058ae
3 changed files with 3 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ export function LoginForm({
<span>
<Label htmlFor="theme">Theme</Label>
</span>
<Select value={theme} onValueChange={setTheme}>
<Select value={theme || "blue"} onValueChange={setTheme}>
<SelectTrigger>
<SelectValue placeholder="Select a theme" />
</SelectTrigger>