saving "first style palette" stuff
This commit is contained in:
parent
3f331b53db
commit
b348d22a2b
3 changed files with 11 additions and 5 deletions
|
|
@ -114,8 +114,8 @@
|
|||
v-for="p in stylePalettes || []"
|
||||
:key="p.name"
|
||||
class="btn button-default palette-entry"
|
||||
:class="{ toggled: isPaletteActive('style.' + p.key) }"
|
||||
@click="() => setPaletteCustom(p)"
|
||||
:class="{ toggled: isPaletteActive(p.key) }"
|
||||
@click="() => setPalette(p.key, p)"
|
||||
>
|
||||
<div class="palette-label">
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue