This commit is contained in:
Henry Jameson 2026-07-06 19:08:51 +03:00
commit 6c9b4a48d8
3 changed files with 12 additions and 4 deletions

View file

@ -4,9 +4,11 @@
:class="{ '-compact': compact, '-apply': apply, '-mobile': mobile }"
>
<div class="palette">
<div v-for="key in paletteKeys">
<div
v-for="key in paletteKeys"
:key="key"
>
<ColorInput
:key="key"
:name="key"
:model-value="props.modelValue[key]"
:fallback="fallback(key)"