mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(icon): set color using the color property
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
@each $color-name, $color-base, $color-contrast in get-colors($colors-ios) {
|
||||
|
||||
.icon-ios-#{$color-name} {
|
||||
fill: $color-base;
|
||||
color: $color-base;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
@each $color-name, $color-base, $color-contrast in get-colors($colors-md) {
|
||||
|
||||
.icon-md-#{$color-name} {
|
||||
fill: $color-base;
|
||||
color: $color-base;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user