Fixed icons in table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user