Skip to content

Commit 832306c

Browse files
fix(segment): default ripple to currentColor (#18547)
this fixes an issue with themed toolbars so that it doesn't use the default primary color
1 parent 73599c2 commit 832306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/segment/segment.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:host {
77
--indicator-color-checked: initial;
8-
--ripple-color: initial;
8+
--ripple-color: currentColor;
99
--color-activated: initial;
1010

1111
@include font-smoothing();

0 commit comments

Comments
 (0)