Skip to content

Commit 8d41fb1

Browse files
year selection
1 parent 74af094 commit 8d41fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/customize/components/ThemeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function StyledSelect({
2020
id={id}
2121
value={value}
2222
onChange={(e) => onChange(e.target.value)}
23-
className="w-full bg-gray-100/80 backdrop-blur-md border border-black/10 dark:bg-white/[0.03] dark:border-white/10 rounded-xl px-4 py-2.5 text-sm text-black dark:text-white outline-none focus:border-emerald-500/50 transition-colors appearance-none cursor-pointer"
23+
className="w-full bg-gray-100/80 backdrop-blur-md border border-black/10 dark:bg-white/[0.03] dark:border-white/10 rounded-xl px-4 py-2.5 text-sm text-black dark:text-white outline-none focus:border-emerald-500/50 transition-colors appearance-none cursor-pointer [color-scheme:light] dark:[color-scheme:dark] [&>option]:bg-white [&>option]:text-black dark:[&>option]:bg-[#0a0a0a] dark:[&>option]:text-white"
2424
>
2525
{children}
2626
</select>

0 commit comments

Comments
 (0)