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

Fixed #1032: broken dark theme

Closes #1032

See merge request funkwhale/funkwhale!1044
This commit is contained in:
Eliot Berriot 2020-03-03 11:19:13 +01:00
commit 27ef0794ce
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/]
}),
)