mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-26 02:14:46 +00:00
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: {
|
||||
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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user