mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
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:
@ -5,7 +5,7 @@
|
||||
|
||||
:host {
|
||||
--indicator-color-checked: initial;
|
||||
--ripple-color: initial;
|
||||
--ripple-color: currentColor;
|
||||
--color-activated: initial;
|
||||
|
||||
@include font-smoothing();
|
||||
|
Reference in New Issue
Block a user