Skip to content

Commit

Permalink
fix: small padding udpate on badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrbrnd committed May 17, 2023
1 parent 13475b2 commit 072fe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/badge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<span
class={twMerge(
'rounded-md bg-foreground-tertiary/50 px-1 py-0.5 text-xs tabular-nums',
'rounded-md bg-foreground-tertiary/50 px-1.5 py-0.5 text-xs tabular-nums',
className
)}><slot /></span
>

0 comments on commit 072fe0c

Please sign in to comment.