Skip to content
Snippets Groups Projects
Verified Commit 4917528c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed #1032: broken dark theme

parent 44a5034d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ plugins.push(
path.join(__dirname, './src/**/*.js')
]),
whitelist: ['scale'],
whitelistPatterns: [/plyr/, /toast/],
whitelistPatterns: [/plyr/, /toast/, /theme/],
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
}),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment