fix(segment): default ripple to currentColor (#18547)

this fixes an issue with themed toolbars so that it doesn't use the default primary color
This commit is contained in:
Brandy Carney
2019-06-21 15:45:24 -04:00
committed by GitHub
parent 73599c22aa
commit 832306cf6e

View File

@ -5,7 +5,7 @@
:host { :host {
--indicator-color-checked: initial; --indicator-color-checked: initial;
--ripple-color: initial; --ripple-color: currentColor;
--color-activated: initial; --color-activated: initial;
@include font-smoothing(); @include font-smoothing();