Fix some display bugs

This commit is contained in:
Jon Staab
2026-03-30 10:51:46 -07:00
parent 55131ba7ce
commit a66193ff45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ config({path: ".env.template"})
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
darkMode: ["selector", '[data-theme="dark"]'],
safelist: ["bg-success", "bg-warning"],
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
theme: {
extend: {},
zIndex: {