File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ $colors: (
86
86
--ion-color -#{$color-name } -contrast-rgb : #{color-to-rgb-list (map .get ($value , contrast ))} ;
87
87
--ion-color -#{$color-name } -shade : #{map .get ($value , shade )} ;
88
88
--ion-color -#{$color-name } -tint : #{map .get ($value , tint )} ;
89
- --ion-color -#{$color-name } -foreground : #{ map . get ( $value , foreground )} ;
89
+ --ion-color -#{$color-name } -foreground : initial ;
90
90
}
91
91
}
92
92
}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ $lightest-text-color: $text-color;
113
113
--ion-color -#{$color-name } -contrast-rgb : #{color-to-rgb-list (map .get ($value , contrast ))} ;
114
114
--ion-color -#{$color-name } -shade : #{map .get ($value , shade )} ;
115
115
--ion-color -#{$color-name } -tint : #{map .get ($value , tint )} ;
116
- --ion-color -#{$color-name } -foreground : #{ map . get ( $value , foreground )} ;
116
+ --ion-color -#{$color-name } -foreground : initial ;
117
117
}
118
118
}
119
119
}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ $lightest-text-color: #888888;
136
136
--ion-color -#{$color-name } -contrast-rgb : #{color-to-rgb-list (map .get ($value , contrast ))} ;
137
137
--ion-color -#{$color-name } -shade : #{map .get ($value , shade )} ;
138
138
--ion-color -#{$color-name } -tint : #{map .get ($value , tint )} ;
139
- --ion-color -#{$color-name } -foreground : #{ map . get ( $value , foreground )} ;
139
+ --ion-color -#{$color-name } -foreground : initial ;
140
140
}
141
141
}
142
142
}
You can’t perform that action at this time.
0 commit comments