Skip to content

Commit

Permalink
fix(components): add missing g80 theme notification layer tokens #9106 (
Browse files Browse the repository at this point in the history
#9107)

Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 7, 2021
1 parent ef38162 commit 81e9cc6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/components/src/components/notification/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ $notification-colors: (
theme: $carbon--theme--g10,
value: $carbon__red-10,
),
(
theme: $carbon--theme--g80,
value: $layer,
),
(
theme: $carbon--theme--g90,
value: $ui-01,
Expand All @@ -47,6 +51,10 @@ $notification-colors: (
theme: $carbon--theme--g10,
value: $carbon__green-10,
),
(
theme: $carbon--theme--g80,
value: $layer,
),
(
theme: $carbon--theme--g90,
value: $ui-01,
Expand All @@ -72,6 +80,10 @@ $notification-colors: (
theme: $carbon--theme--g10,
value: $carbon__blue-10,
),
(
theme: $carbon--theme--g80,
value: $layer,
),
(
theme: $carbon--theme--g90,
value: $ui-01,
Expand All @@ -97,6 +109,10 @@ $notification-colors: (
theme: $carbon--theme--g10,
value: mix($carbon__yellow-30, $carbon__white-0, 15%),
),
(
theme: $carbon--theme--g80,
value: $layer,
),
(
theme: $carbon--theme--g90,
value: $ui-01,
Expand All @@ -122,6 +138,10 @@ $notification-colors: (
theme: $carbon--theme--g10,
value: $carbon__white-0,
),
(
theme: $carbon--theme--g80,
value: $layer-hover,
),
(
theme: $carbon--theme--g90,
value: $hover-ui,
Expand Down

0 comments on commit 81e9cc6

Please sign in to comment.