fix: color swatch input style
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
: {}
|
||||
"
|
||||
>
|
||||
<Palette v-if="!modelValue" class="size-4 stroke-1.5 text-ink-gray-5" />
|
||||
<Palette
|
||||
v-if="!modelValue"
|
||||
class="size-4 stroke-1.5 text-ink-gray-5"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<template #suffix>
|
||||
|
||||
Reference in New Issue
Block a user