Skip to content
Snippets Groups Projects
Commit 27ef0794 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '1032-brokenn-dark-theme' into 'develop'

Fixed #1032: broken dark theme

Closes #1032

See merge request funkwhale/funkwhale!1044
parents 44a5034d 4917528c
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