Fixed #1032: broken dark theme
This commit is contained in:
parent
44a5034d76
commit
4917528cdf
|
@ -26,7 +26,7 @@ plugins.push(
|
||||||
path.join(__dirname, './src/**/*.js')
|
path.join(__dirname, './src/**/*.js')
|
||||||
]),
|
]),
|
||||||
whitelist: ['scale'],
|
whitelist: ['scale'],
|
||||||
whitelistPatterns: [/plyr/, /toast/],
|
whitelistPatterns: [/plyr/, /toast/, /theme/],
|
||||||
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
|
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue