Update Tailwind config

This commit is contained in:
Zep Fietje
2022-10-16 11:38:07 +02:00
parent b41ee18254
commit c9e8298fcb

View File

@@ -8,7 +8,7 @@ module.exports = {
extend: {
colors: {
danger: colors.rose,
primary: colors.yellow,
primary: colors.amber,
success: colors.green,
warning: colors.amber,
},