fix theme change not working
This commit is contained in:
parent
c12e1a69cf
commit
23975b506e
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ export const applyTheme = (
|
||||||
const eagerStyles = createStyleSheet(EAGER_STYLE_ID, 10)
|
const eagerStyles = createStyleSheet(EAGER_STYLE_ID, 10)
|
||||||
const lazyStyles = createStyleSheet(LAZY_STYLE_ID, 20)
|
const lazyStyles = createStyleSheet(LAZY_STYLE_ID, 20)
|
||||||
|
|
||||||
|
eagerStyles.clear()
|
||||||
|
lazyStyles.clear()
|
||||||
|
|
||||||
const { lazyProcessFunc } = generateTheme(
|
const { lazyProcessFunc } = generateTheme(
|
||||||
input,
|
input,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue