Skip to content

Commit 9be9cb4

Browse files
authored
Merge pull request #10559 from IgniteUI/simeonoff/fix-10481
refactor(chip): update light color schema
2 parents 370d2d0 + 3664861 commit 9be9cb4

File tree

1 file changed

+6
-6
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+6
-6
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_chip.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $light-chip: extend(
5959
),
6060

6161
background: (
62-
igx-color: ('grays', 300)
62+
igx-color: ('grays', 400, .38)
6363
),
6464

6565
border-color: transparent,
@@ -73,7 +73,7 @@ $light-chip: extend(
7373
),
7474

7575
hover-background: (
76-
igx-color: ('grays', 400, .5)
76+
igx-color: ('grays', 400, .54)
7777
),
7878

7979
hover-border-color: transparent,
@@ -83,7 +83,7 @@ $light-chip: extend(
8383
),
8484

8585
focus-background: (
86-
igx-color: ('grays', 400, .5)
86+
igx-color: ('grays', 600, .54)
8787
),
8888

8989
focus-border-color: transparent,
@@ -93,7 +93,7 @@ $light-chip: extend(
9393
),
9494

9595
selected-background: (
96-
igx-color: ('grays', 300)
96+
igx-color: ('grays', 600, .38)
9797
),
9898

9999
selected-border-color: transparent,
@@ -103,7 +103,7 @@ $light-chip: extend(
103103
),
104104

105105
hover-selected-background: (
106-
igx-color: ('grays', 400, .8)
106+
igx-color: ('grays', 400, .54)
107107
),
108108

109109
hover-selected-border-color: transparent,
@@ -113,7 +113,7 @@ $light-chip: extend(
113113
),
114114

115115
focus-selected-background: (
116-
igx-color: ('grays', 400, .8)
116+
igx-color: ('grays', 600, .54)
117117
),
118118

119119
focus-selected-border-color: transparent

0 commit comments

Comments
 (0)