Skip to content

Commit 2f398ef

Browse files
committed
fix range tokens
1 parent 7f87d79 commit 2f398ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/components/range/range.common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import "../../themes/mixins";
2-
@import "./range.vars.scss";
32

43
// Range
54
// --------------------------------------------------

core/src/components/range/range.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* margin to the bottom of the label, it provides a buffer
7373
* for the pin to move into when it is pressed.
7474
*/
75-
@include margin(null, null, calc(globals.$ion-space-200 + globals.dynamic-font(12px)), null);
75+
@include margin(null, null, calc(globals.$ion-space-200 + globals.$ion-font-size-300), null);
7676
}
7777

7878
.range-bar-active {
@@ -115,7 +115,7 @@
115115

116116
background: transparent;
117117

118-
font-size: globals.dynamic-font(12px);
118+
font-size: globals.$ion-font-size-300;
119119

120120
text-align: center;
121121
}

0 commit comments

Comments
 (0)