Skip to content

Commit

Permalink
feat(notifications): change notifications background color on hover (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo707 authored Nov 17, 2023
1 parent ed1bff4 commit 9d817e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notifications-panel/src/presenters/stylesheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function stylesheet(props, themeData) {
},
...(transitionStatus ? getRulesByTransitionStatus(transitionStatus) : {}),
...(hasHover
? { backgroundColor: themeData["colorScheme.surface.level300"] }
? { backgroundColor: themeData["colorScheme.background.filled.level100To250.hover"] }
: {}),
},
notificationContent: {
Expand Down

0 comments on commit 9d817e0

Please sign in to comment.