Skip to content

Commit f13bd08

Browse files
committed
add badge native vars file
1 parent 76e90e0 commit f13bd08

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

core/src/components/badge/badge.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "../../themes/native/native.globals.md";
22
@import "./badge.common";
3-
@import "./badge.common.vars";
3+
@import "./badge.native.vars";
44

55
// Badge
66
// --------------------------------------------------
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@import "../../themes/functions.font";
2+
@import "./badge.common.vars.scss";
3+
4+
// Badge
5+
// --------------------------------------------------
6+
7+
/// @prop - Font size of the badge hint
8+
$badge-hint-baseline-font-size: 8px;
9+
10+
/// @prop - Font size of the badge hint
11+
$badge-hint-font-size: dynamic-font($badge-hint-baseline-font-size);

0 commit comments

Comments
 (0)