mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-28 13:58:40 +02:00
Fix:checkbox default check color add to tailwind safelist #521
This commit is contained in:
parent
d8ec3bd218
commit
2cc055a1ad
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ module.exports = {
|
||||||
safelist: [
|
safelist: [
|
||||||
'bg-success',
|
'bg-success',
|
||||||
'bg-red-600',
|
'bg-red-600',
|
||||||
|
'text-green-500',
|
||||||
'py-1.5',
|
'py-1.5',
|
||||||
'bg-info'
|
'bg-info'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue