Fix read btn color

This commit is contained in:
advplyr 2022-10-21 16:29:46 -05:00
parent 4735b51dc0
commit 3c9b8c1c6f

View file

@ -4,7 +4,8 @@ module.exports = {
purge: {
options: {
safelist: [
'bg-success'
'bg-success',
'bg-info'
]
}
},