Ensure nav background colour is properly updated when changing theme
This commit is contained in:
parent
4c90de8498
commit
b88f6ff702
|
@ -16,8 +16,8 @@
|
||||||
try {
|
try {
|
||||||
const theme = ThemeOptions[e.detail] ?? ThemeOptions[2]
|
const theme = ThemeOptions[e.detail] ?? ThemeOptions[2]
|
||||||
await store.actions.theme.save(theme)
|
await store.actions.theme.save(theme)
|
||||||
await store.actions.customTheme.save({
|
await store.actions.navigation.save({
|
||||||
...get(store).customTheme,
|
...get(store).navigation,
|
||||||
navBackground:
|
navBackground:
|
||||||
theme === "spectrum--light"
|
theme === "spectrum--light"
|
||||||
? "var(--spectrum-global-color-gray-50)"
|
? "var(--spectrum-global-color-gray-50)"
|
||||||
|
|
Loading…
Reference in New Issue