fix(ui): enable dim and nord themes by removing conflicting config

This commit is contained in:
spinline
2026-02-04 23:09:33 +03:00
parent 6e9af2b48a
commit 75a0a37dba
2 changed files with 147 additions and 100 deletions

View File

@@ -5,12 +5,11 @@ module.exports = {
extend: {
colors: {
gray: {
900: '#111827',
800: '#1f2937',
700: '#374151',
}
}
900: "#111827",
800: "#1f2937",
700: "#374151",
},
},
},
},
plugins: [],
}
};