fix(segment): set --color-checked in md color toolbar

references #14850
This commit is contained in:
Cam Wiegert
2018-08-28 13:45:46 -05:00
parent 25479e4ad8
commit 5d32115684

View File

@ -67,4 +67,5 @@
:host(.in-color-toolbar:not(.ion-color)) {
--color: #{current-color(contrast)};
--color-checked: #{current-color(contrast)};
}