fix(segment): unselected color

This commit is contained in:
Manu Mtz.-Almeida
2018-09-14 22:33:07 +02:00
parent cd06aa6d27
commit b9e42ebd11

View File

@ -20,8 +20,12 @@
// --------------------------------------------------
:host-context(ion-toolbar.ion-color):not(.ion-color) {
--color: currentColor;
--color-checked: currentColor;
--color: #{current-color(contrast)};
--color-checked: #{current-color(contrast)};
}
:host(.ion-color)::slotted(ion-segment-button) {
--color: #{current-color(base)};
}
:host(.ion-color)::slotted(.segment-button-checked) {