Skip to content

Commit

Permalink
fix(segment): default ripple to currentColor (#18547)
Browse files Browse the repository at this point in the history
this fixes an issue with themed toolbars so that it doesn't use the default primary color
  • Loading branch information
brandyscarney committed Jun 21, 2019
1 parent 73599c2 commit 832306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/segment/segment.scss
Expand Up @@ -5,7 +5,7 @@

:host {
--indicator-color-checked: initial;
--ripple-color: initial;
--ripple-color: currentColor;
--color-activated: initial;

@include font-smoothing();
Expand Down

0 comments on commit 832306c

Please sign in to comment.