Skip to content
Snippets Groups Projects
Commit edad21b5 authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

add more colors to tailwind for buttons

parent e6952148
No related branches found
No related tags found
2 merge requests!87Community request,!86Community admin
......@@ -26,9 +26,21 @@ module.exports = {
light: "#653273",
dark: "#731050",
},
error: "#E23636",
warn: "#EDB95E",
success: "#82DD55",
error: {
light: "#EF4444",
medium: "#DC2626",
dark: "#B91C1C",
},
warn: {
light: "#FDE047",
medium: "#FACC15",
dark: "#EAB308",
},
success: {
light: "#22C55E",
medium: "#16A34A",
dark: "#15803D",
},
},
},
plugins: [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment