fix button UI issue (#7)
This commit is contained in:
2
tailwind.config.js
vendored
2
tailwind.config.js
vendored
@@ -10,7 +10,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
options: {
|
options: {
|
||||||
safelist: [
|
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
|
...['green', 'red', 'blue', 'yellow'].map((color) => ['bg-' + color + '-100', 'border-' + color + '-500']).flat() // Alerts
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user