Fixed icons in table

This commit is contained in:
2024-08-10 19:56:32 +02:00
parent d0c653d61a
commit 083ec5253a
4 changed files with 20 additions and 18 deletions

View File

@@ -12,14 +12,13 @@ module.exports = {
fontFamily: {
sans: ["Inter var", ...defaultTheme.fontFamily.sans],
},
},
extend: {
colors: {
"hsrm-red": "#c20008",
"hsrm-red-dark": "#af0007",
"hsrm-red-light": "#e20009",
"hsrm-gray": "#3a3a3a",
"hsrm-gray-dark": "#212121",
"hsrm-gray-light": "#4e4e4e",
"status-open": "#111827", // gray-900
"status-open-light": "#d1d5db", // gray-300
"status-printing": "#713f12", // yellow-900