From 644c3d14b27e40b930f813c33ea0e5a12a366b10 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 8 Jul 2021 21:55:55 +0200 Subject: [PATCH] tailwind: change "error" color to "danger". --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index fb6f320..a035e0f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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',