Skip to content

Commit

Permalink
chore: clean css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 17, 2025
1 parent b8049ca commit c78fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/TemplateMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
trailing-icon="i-lucide-chevron-down"
size="xs"
class="-mb-[6px] font-semibold rounded-full truncate"
:class="[open && 'bg-[var(--ui-primary)]/15']"
:class="[open && 'bg-(--ui-primary)/15']"
:ui="{
trailingIcon: ['transition-transform duration-200', open ? 'rotate-180' : undefined].filter(Boolean).join(' ')
}"
Expand Down

0 comments on commit c78fdd7

Please sign in to comment.