Skip to content

Commit

Permalink
fix(ActionableNotification): fix hover token (#14494)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Aug 23, 2023
1 parent 5a99bf3 commit 1c70f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/scss/components/notification/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ $notification-action-hover: (
values: (
(
theme: themes.$white,
value: map.get(notification.$notification-background-info, white-theme),
value: map.get(notification.$notification-action-hover, white-theme),
),
(
theme: themes.$g10,
value: map.get(notification.$notification-background-info, g-10),
value: map.get(notification.$notification-action-hover, g-10),
),
(
theme: themes.$g90,
Expand Down

0 comments on commit 1c70f5b

Please sign in to comment.