fix button UI issue (#7)

This commit is contained in:
Chirag
2022-10-03 00:09:21 +05:30
committed by GitHub
parent 36bc081f8f
commit ef70be9d14

2
tailwind.config.js vendored
View File

@@ -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
]
}