Skip to content

Commit

Permalink
Change sizing of badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Aug 8, 2023
1 parent bc08275 commit 8fd040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Base/Badge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const badgeProps = computed(() => {
text-transform: uppercase;
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
padding: var(--space-05) var(--space-2);
padding: var(--space-1) var(--space-2);
}
/* Colors */
Expand Down

0 comments on commit 8fd040c

Please sign in to comment.