Skip to content

Commit 3823d89

Browse files
committed
chore: clean css variables
1 parent d5d8abf commit 3823d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/components/TemplateMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
trailing-icon="i-lucide-chevron-down"
3131
size="xs"
3232
class="-mb-[6px] font-semibold rounded-full truncate"
33-
:class="[open && 'bg-[var(--ui-primary)]/15']"
33+
:class="[open && 'bg-(--ui-primary)/15']"
3434
:ui="{
3535
trailingIcon: ['transition-transform duration-200', open ? 'rotate-180' : undefined].filter(Boolean).join(' ')
3636
}"

0 commit comments

Comments
 (0)