From ef70be9d141c080d583d65fc8b199c0c5fb0af5c Mon Sep 17 00:00:00 2001 From: Chirag <103994754+chiragnotionforms@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:09:21 +0530 Subject: [PATCH] fix button UI issue (#7) --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index adf5f56..a36bd76 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,7 +10,7 @@ module.exports = { ], options: { safelist: [ - /.*bg-(nt-blue|gray|red|yellow|green).*/, // Buttons + /.*bg-(nt-blue|blue|gray|red|yellow|green).*/, // Buttons ...['green', 'red', 'blue', 'yellow'].map((color) => ['bg-' + color + '-100', 'border-' + color + '-500']).flat() // Alerts ] }