mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-15 08:22:27 +00:00
Fix read btn color
This commit is contained in:
parent
4735b51dc0
commit
3c9b8c1c6f
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ module.exports = {
|
|||
purge: {
|
||||
options: {
|
||||
safelist: [
|
||||
'bg-success'
|
||||
'bg-success',
|
||||
'bg-info'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue