@@ -59,7 +59,7 @@ $light-chip: extend(
59
59
),
60
60
61
61
background : (
62
- igx- color: (' grays' , 300 )
62
+ igx- color: (' grays' , 400 , .38 )
63
63
),
64
64
65
65
border-color : transparent ,
@@ -73,7 +73,7 @@ $light-chip: extend(
73
73
),
74
74
75
75
hover- background: (
76
- igx- color: (' grays' , 400 , .5 )
76
+ igx- color: (' grays' , 400 , .54 )
77
77
),
78
78
79
79
hover- border- color: transparent ,
@@ -83,7 +83,7 @@ $light-chip: extend(
83
83
),
84
84
85
85
focus- background: (
86
- igx- color: (' grays' , 400 , .5 )
86
+ igx- color: (' grays' , 600 , .54 )
87
87
),
88
88
89
89
focus- border- color: transparent ,
@@ -93,7 +93,7 @@ $light-chip: extend(
93
93
),
94
94
95
95
selected- background: (
96
- igx- color: (' grays' , 300 )
96
+ igx- color: (' grays' , 600 , .38 )
97
97
),
98
98
99
99
selected- border- color: transparent ,
@@ -103,7 +103,7 @@ $light-chip: extend(
103
103
),
104
104
105
105
hover- selected- background: (
106
- igx- color: (' grays' , 400 , .8 )
106
+ igx- color: (' grays' , 400 , .54 )
107
107
),
108
108
109
109
hover- selected- border- color: transparent ,
@@ -113,7 +113,7 @@ $light-chip: extend(
113
113
),
114
114
115
115
focus- selected- background: (
116
- igx- color: (' grays' , 400 , .8 )
116
+ igx- color: (' grays' , 600 , .54 )
117
117
),
118
118
119
119
focus- selected- border- color: transparent
0 commit comments