fix(color): edge currentColor bug (#16177)

fixes #16168
This commit is contained in:
Manu MA
2018-11-01 18:14:31 +01:00
committed by Adam Bradley
parent 1935deb012
commit fce30ebc06
11 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@
/**
* @prop --color: Color of the label
*/
--color: currentColor;
--color: initial;
@include margin(0);