Merge pull request #13 from filamentphp/update-tailwind-config

Update Tailwind config
This commit is contained in:
Zep Fietje
2022-10-16 11:38:42 +02:00
committed by GitHub

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,
},