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:
commit
27ef0794ce
|
@ -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