tailwind: change "error" color to "danger".
This commit is contained in:
parent
103bdd43d1
commit
644c3d14b2
1 changed files with 1 additions and 1 deletions
2
tailwind.config.js
vendored
2
tailwind.config.js
vendored
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
'info': colors.blue,
|
||||
'success': colors.green,
|
||||
'warning': colors.amber,
|
||||
'error': colors.red,
|
||||
'danger': colors.red,
|
||||
'class-druid': '#FF7C0A',
|
||||
'class-hunter': '#AAD372',
|
||||
'class-mage': '#3FC7EB',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue