mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-24 20:54:43 +02:00
fix: ios status bar mirror theme
This commit is contained in:
parent
793f0c05f7
commit
26d0209763
3 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
purge: {
|
||||
content: {
|
||||
safelist: [
|
||||
'bg-success',
|
||||
'bg-info',
|
||||
'text-info'
|
||||
]
|
||||
},
|
||||
darkMode: false,
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue