We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd06aa6 commit b9e42ebCopy full SHA for b9e42eb
core/src/components/segment/segment.md.scss
@@ -20,8 +20,12 @@
20
// --------------------------------------------------
21
22
:host-context(ion-toolbar.ion-color):not(.ion-color) {
23
- --color: currentColor;
24
- --color-checked: currentColor;
+ --color: #{current-color(contrast)};
+ --color-checked: #{current-color(contrast)};
25
+}
26
+
27
+:host(.ion-color)::slotted(ion-segment-button) {
28
+ --color: #{current-color(base)};
29
}
30
31
:host(.ion-color)::slotted(.segment-button-checked) {
0 commit comments