Skip to content

Commit

Permalink
Merge pull request #10559 from IgniteUI/simeonoff/fix-10481
Browse files Browse the repository at this point in the history
refactor(chip): update light color schema
  • Loading branch information
kdinev authored Nov 19, 2021
2 parents 370d2d0 + 3664861 commit 9be9cb4
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $light-chip: extend(
),

background: (
igx-color: ('grays', 300)
igx-color: ('grays', 400, .38)
),

border-color: transparent,
Expand All @@ -73,7 +73,7 @@ $light-chip: extend(
),

hover-background: (
igx-color: ('grays', 400, .5)
igx-color: ('grays', 400, .54)
),

hover-border-color: transparent,
Expand All @@ -83,7 +83,7 @@ $light-chip: extend(
),

focus-background: (
igx-color: ('grays', 400, .5)
igx-color: ('grays', 600, .54)
),

focus-border-color: transparent,
Expand All @@ -93,7 +93,7 @@ $light-chip: extend(
),

selected-background: (
igx-color: ('grays', 300)
igx-color: ('grays', 600, .38)
),

selected-border-color: transparent,
Expand All @@ -103,7 +103,7 @@ $light-chip: extend(
),

hover-selected-background: (
igx-color: ('grays', 400, .8)
igx-color: ('grays', 400, .54)
),

hover-selected-border-color: transparent,
Expand All @@ -113,7 +113,7 @@ $light-chip: extend(
),

focus-selected-background: (
igx-color: ('grays', 400, .8)
igx-color: ('grays', 600, .54)
),

focus-selected-border-color: transparent
Expand Down

0 comments on commit 9be9cb4

Please sign in to comment.