Theme toggling & sidebar working

This commit is contained in:
Fergal Moran
2022-04-11 11:51:11 +01:00
parent 0fed0185a3
commit 159557e457
24 changed files with 295 additions and 72 deletions

View File

@@ -1,5 +1,4 @@
const defaultTheme = require("tailwindcss/defaultTheme");
const windmill = require("@windmill/react-ui/config");
const config = {
darkMode: "class",
@@ -7,7 +6,7 @@ const config = {
theme: {
extend: {
fontFamily: {
Rampart: ["Raleway", "sans-serif"],
'xtreamium-font': ["Raleway", "sans-serif"],
},
},
},