Skip to content

Commit

Permalink
fix: font size
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Sep 11, 2024
1 parent d929a33 commit 4cf628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/TabCapsule.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
on:mouseleave={() => (isHovered = false)}
on:click={onClick}
>
<span class="text-sm md:text-md">{label}</span>
<span class="text-sm md:text-base">{label}</span>
<Fa
icon={faPlus}
class={cn('transition-transform transform', {
Expand Down

0 comments on commit 4cf628b

Please sign in to comment.