admin: added "system" theme option, check user pref

This commit is contained in:
dswbx
2025-02-18 08:20:41 +01:00
parent bd362607ae
commit 0823b182f6
9 changed files with 32 additions and 23 deletions

View File

@@ -1,3 +1,5 @@
import tailwindCssAnimate from "tailwindcss-animate";
/** @type {import("tailwindcss").Config} */
export default {
content: ["./index.html", "./src/ui/**/*.tsx", "./src/ui/lib/mantine/theme.ts"],
@@ -13,5 +15,5 @@ export default {
}
}
},
plugins: [require("tailwindcss-animate")]
plugins: [tailwindCssAnimate]
};