We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e90e0 commit f13bd08Copy full SHA for f13bd08
core/src/components/badge/badge.native.scss
@@ -1,6 +1,6 @@
1
@import "../../themes/native/native.globals.md";
2
@import "./badge.common";
3
-@import "./badge.common.vars";
+@import "./badge.native.vars";
4
5
// Badge
6
// --------------------------------------------------
core/src/components/badge/badge.native.vars.scss
@@ -0,0 +1,11 @@
+@import "../../themes/functions.font";
+@import "./badge.common.vars.scss";
+
+// Badge
+// --------------------------------------------------
7
+/// @prop - Font size of the badge hint
8
+$badge-hint-baseline-font-size: 8px;
9
10
11
+$badge-hint-font-size: dynamic-font($badge-hint-baseline-font-size);
0 commit comments