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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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