Skip to content

Commit 472dabe

Browse files
committed
fix badge font
1 parent ac42a19 commit 472dabe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • component-library/src/components/custom/BccBadge

component-library/src/components/custom/BccBadge/BccBadge.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@layer components {
22
.bcc-badge {
3-
@apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none font-medium! whitespace-nowrap;
3+
@apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none! font-medium! whitespace-nowrap;
44

55
@apply bg-ctx text-ctx;
66
}
@@ -11,16 +11,16 @@
1111
@apply ctx-gradient;
1212
}
1313
.bcc-badge.sm {
14-
@apply heading-xs h-4 w-4;
14+
@apply heading-xs size-4;
1515
}
1616
.bcc-badge.md {
17-
@apply heading-sm h-5 w-5;
17+
@apply heading-sm size-5;
1818
}
1919
.bcc-badge.lg {
20-
@apply heading-md h-6 w-6;
20+
@apply heading-md size-6;
2121
}
2222
.bcc-badge.xl {
23-
@apply heading-md h-8 w-8;
23+
@apply heading-md size-8;
2424
}
2525

2626
.bcc-badge .bcc-badge-icon {

0 commit comments

Comments
 (0)