Skip to content

Commit

Permalink
Update paddings on badge
Browse files Browse the repository at this point in the history
  • Loading branch information
u12206050 committed Oct 14, 2024
1 parent b7cd100 commit 0200d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions design-library/src/components/BccBadge/BccBadge.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@layer components {
.bcc-badge {
@apply inline-flex items-center justify-center gap-2 rounded-md whitespace-nowrap;
@apply inline-flex items-center justify-center gap-1 px-2 rounded-md whitespace-nowrap;
}

/* Size */
.bcc-badge.xs {
@apply text-label-xs leading-none px-2 h-5;
@apply text-label-xs leading-none h-5;
}
.bcc-badge.sm {
@apply text-label-sm leading-none px-3 h-6;
@apply text-label-sm leading-none h-6;
}
.bcc-badge.md {
@apply text-label-sm leading-none px-4 h-8;
@apply text-label-sm leading-none h-8;
}

.bcc-badge.bordered {
Expand Down

0 comments on commit 0200d62

Please sign in to comment.