There was an error while loading. Please reload this page.
1 parent d5d8abf commit 3823d89Copy full SHA for 3823d89
app/components/TemplateMenu.vue
@@ -30,7 +30,7 @@
30
trailing-icon="i-lucide-chevron-down"
31
size="xs"
32
class="-mb-[6px] font-semibold rounded-full truncate"
33
- :class="[open && 'bg-[var(--ui-primary)]/15']"
+ :class="[open && 'bg-(--ui-primary)/15']"
34
:ui="{
35
trailingIcon: ['transition-transform duration-200', open ? 'rotate-180' : undefined].filter(Boolean).join(' ')
36
}"
0 commit comments