Skip to content

Commit ae81251

Browse files
committed
fix: color display
Signed-off-by: Gašper Grom <[email protected]>
1 parent abc25b9 commit ae81251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/admin/modules/collections/components/lf-collection-add.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
placeholder="Enter HEX code"
175175
>
176176
<template #prefix>
177-
<span
177+
<div
178178
v-if="form.color"
179179
class="w-6 h-6 rounded-full flex-shrink-0 border border-gray-200"
180180
:style="{ backgroundColor: form.color || '#009AFF' }"

0 commit comments

Comments
 (0)