Skip to content

Commit fd0b010

Browse files
authored
Fix dark mode not being auto dectected (#4611)
Dark mode will be auto applied when the preference exists in the system settings
1 parent 171ee9c commit fd0b010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/static_src/tailwind/base/themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
@plugin "daisyui/theme" {
4848
name: "dark";
4949
default: false;
50-
/* prefersdark: true; */
50+
prefersdark: true;
5151
color-scheme: "dark";
5252
--color-base-100: oklch(25.33% 0.016 252.42);
5353
--color-base-200: oklch(23.26% 0.014 253.1);

0 commit comments

Comments
 (0)