Skip to content

Commit 9cda63f

Browse files
committed
Fix lint error.
1 parent 7b5264d commit 9cda63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/slider/slider.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $md-slider-thumb-arrow-gap: 12px !default;
1717

1818
$md-slider-thumb-label-size: 28px !default;
1919

20-
$md-slider-tick-color: rgba(0, 0, 0, .6) !default;
20+
$md-slider-tick-color: rgba(0, 0, 0, 0.6) !default;
2121
$md-slider-tick-size: 2px !default;
2222

2323

0 commit comments

Comments
 (0)