chore: prep tailwind for theming

This commit is contained in:
Shantur Rathore
2025-10-28 18:45:39 +00:00
parent 0a3ac6cbf2
commit 493dc749ec

View File

@@ -1,7 +1,14 @@
export default { export default {
content: ["./src/**/*.{ts,tsx}", "./src/renderer/**/*.html"], content: ["./src/**/*.{ts,tsx}", "./src/renderer/**/*.html"],
darkMode: ["class", '[data-theme="dark"]'],
theme: { theme: {
extend: {}, extend: {
colors: {},
spacing: {},
fontSize: {},
borderRadius: {},
boxShadow: {},
},
}, },
plugins: [], plugins: [],
} }