Skip to content

Commit

Permalink
fix: currency-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenmaya committed Dec 20, 2024
1 parent 7f0ff08 commit e6b3152
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@
close();
"
>
<span
class="flex size-5 shrink-0 items-center justify-center rounded-full bg-secondary-600 text-base font-bold text-additional-50"
>
{{ item.symbol }}
</span>
<template #prepend>
<VcBadge rounded color="secondary" size="lg">{{ item.symbol }}</VcBadge>
</template>

<span>{{ item.code }}</span>
</VcMenuItem>
Expand Down

0 comments on commit e6b3152

Please sign in to comment.