fix(chip): use correct fill for icons in chip

This commit is contained in:
Brandy Carney
2018-02-21 11:29:55 -05:00
parent 1a7d0f2b18
commit 02ef128293
2 changed files with 10 additions and 0 deletions

View File

@ -49,5 +49,10 @@
.chip-ios .icon-ios-#{$color-name} {
color: $color-contrast;
background-color: $color-base;
svg {
fill: $color-contrast;
stroke: $color-contrast;
}
}
}

View File

@ -49,5 +49,10 @@
.chip-md .icon-md-#{$color-name} {
color: $color-contrast;
background-color: $color-base;
svg {
fill: $color-contrast;
stroke: $color-contrast;
}
}
}