Fixed #1032: broken dark theme

This commit is contained in:
Eliot Berriot 2020-03-03 11:14:02 +01:00
parent 44a5034d76
commit 4917528cdf
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ plugins.push(
path.join(__dirname, './src/**/*.js')
]),
whitelist: ['scale'],
whitelistPatterns: [/plyr/, /toast/],
whitelistPatterns: [/plyr/, /toast/, /theme/],
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
}),
)