mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(chip): use correct fill for icons in chip
This commit is contained in:
@ -49,5 +49,10 @@
|
||||
.chip-ios .icon-ios-#{$color-name} {
|
||||
color: $color-contrast;
|
||||
background-color: $color-base;
|
||||
|
||||
svg {
|
||||
fill: $color-contrast;
|
||||
stroke: $color-contrast;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,5 +49,10 @@
|
||||
.chip-md .icon-md-#{$color-name} {
|
||||
color: $color-contrast;
|
||||
background-color: $color-base;
|
||||
|
||||
svg {
|
||||
fill: $color-contrast;
|
||||
stroke: $color-contrast;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user