Set light as default app theme
This commit is contained in:
parent
938ae65132
commit
ccb48a642f
|
@ -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