From 9d817e0aee830d31384282e23d852381b2b35427 Mon Sep 17 00:00:00 2001 From: Enzo Batista <111511512+Enzo707@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:20:28 -0300 Subject: [PATCH] feat(notifications): change notifications background color on hover (#8) --- packages/notifications-panel/src/presenters/stylesheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifications-panel/src/presenters/stylesheet.js b/packages/notifications-panel/src/presenters/stylesheet.js index f9635c041..701519a00 100644 --- a/packages/notifications-panel/src/presenters/stylesheet.js +++ b/packages/notifications-panel/src/presenters/stylesheet.js @@ -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: {