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: { extend: {
colors: { colors: {
danger: colors.rose, danger: colors.rose,
primary: colors.yellow, primary: colors.amber,
success: colors.green, success: colors.green,
warning: colors.amber, warning: colors.amber,
}, },