Skip to content

Commit

Permalink
fix(limel-slider): change pin color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
BregenzerK authored and adrianschmidt committed Sep 10, 2019
1 parent f42f2fe commit 33c612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/slider/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $colorGrey: #999999;
@include mdc-slider-highlight-color(primary);
@include mdc-slider-thumb-color(primary);
@include mdc-slider-value-pin-fill-color(primary);
@include mdc-slider-value-pin-ink-color(on-primary);
}

.mdc-slider__pin-value-marker {
Expand Down

0 comments on commit 33c612f

Please sign in to comment.