mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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 {
|
: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();
|
||||||
|
Reference in New Issue
Block a user