Skip to content

Commit 715bb99

Browse files
committed
feat(badge): create new badge tokens when inside tab button
1 parent 49e2e3b commit 715bb99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

core/src/components/badge/badge.common.vars.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ $badge-font-size: dynamic-font($badge-baseline-font-size);
2626

2727
/// @prop - Font weight of the badge
2828
$badge-font-weight: bold;
29+
30+
// Badge inside a Tab Button
31+
// --------------------------------------------------
32+
33+
/// @prop - Minimum width of the badge inside a Tab Button
34+
$badge-in-tab-button-min-width: 8px;
35+
36+
/// @prop - Height of the badge inside a Tab Button
37+
$badge-in-tab-button-height: 8px;
38+
39+
/// @prop - Badge icon size inside a Tab Button
40+
$badge-in-tab-button-icon-size: 12px;

0 commit comments

Comments
 (0)