Apply color theme to HTML page itself (#2132)
This commit is contained in:
parent
17c27581b6
commit
cdc1d08267
3 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
|
|||
)
|
||||
|
||||
React.useEffect(() => {
|
||||
updateDocument(persisted.get('colorMode')) // set on load
|
||||
return persisted.onUpdate(() => {
|
||||
setState(persisted.get('colorMode'))
|
||||
updateDocument(persisted.get('colorMode'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue