Set light as default app theme
This commit is contained in:
parent
61a1a4a481
commit
d7ea2fddea
|
@ -24,7 +24,7 @@
|
|||
|
||||
<div>
|
||||
<Select
|
||||
value={$store.theme || "spectrum--lightest"}
|
||||
value={$store.theme || "spectrum--light"}
|
||||
options={themeOptions}
|
||||
placeholder={null}
|
||||
on:change={e => store.actions.theme.save(e.detail)}
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$: themeClass = $builderStore.theme || "spectrum--lightest"
|
||||
$: themeClass = $builderStore.theme || "spectrum--light"
|
||||
</script>
|
||||
|
||||
{#if dataLoaded && $screenStore.activeLayout}
|
||||
|
|
Loading…
Reference in New Issue