Skip to content

Commit a11f04a

Browse files
committed
fix(core): run lint
1 parent 2ca87d9 commit a11f04a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

core/src/themes/functions.color.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@
160160
--ion-color#{$prefix}-base: var(--ion-color-#{$name}#{$prefix}, #{$base}) !important;
161161
--ion-color#{$prefix}-base-rgb: var(--ion-color-#{$name}#{$prefix}-rgb, #{$base-rgb}) !important;
162162
--ion-color#{$prefix}-contrast: var(--ion-color-#{$name}#{$prefix}-contrast, #{$contrast}) !important;
163-
--ion-color#{$prefix}-contrast-rgb: var(
164-
--ion-color-#{$name}#{$prefix}-contrast-rgb,
165-
#{$contrast-rgb}
166-
) !important;
163+
--ion-color#{$prefix}-contrast-rgb: var(--ion-color-#{$name}#{$prefix}-contrast-rgb, #{$contrast-rgb}) !important;
167164
--ion-color#{$prefix}-shade: var(--ion-color-#{$name}#{$prefix}-shade, #{$shade}) !important;
168165
--ion-color#{$prefix}-tint: var(--ion-color-#{$name}#{$prefix}-tint, #{$tint}) !important;
169166
// TODO(FW-6417): remove the fallback variable when the foreground variable is

0 commit comments

Comments
 (0)