fix(spinner): color can be customized in non-shadow-dom

This commit is contained in:
Manu Mtz.-Almeida
2018-07-24 00:25:08 +02:00
parent 4b844ef1c3
commit 65008e7853

View File

@ -4,14 +4,14 @@
// -------------------------------------------------- // --------------------------------------------------
:host { :host {
--ion-color-base: currentColor;
display: inline-block; display: inline-block;
position: relative; position: relative;
width: 28px; width: 28px;
height: 28px; height: 28px;
}
:host(.ion-color) {
color: #{current-color(base)}; color: #{current-color(base)};
} }