Skip to content

Commit

Permalink
fix(styles): update new toast elevation token
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Dec 3, 2024
1 parent 58f7f9c commit e7fdef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $notification-elevation-map: map.merge(
$notification-elevation-map,
(
'banner': tokens.get('banner-elevation'),
'toast': tokens.get('notification-toast-elevation', components.$post-notifications),
'toast': tokens.get('toast-elevation', components.$post-toast),
)
);

Expand Down

0 comments on commit e7fdef4

Please sign in to comment.