From 267c85075180c3a602ec75917372d5c64896d6c8 Mon Sep 17 00:00:00 2001 From: Grzegorz Zdunek Date: Mon, 8 May 2023 12:29:22 +0200 Subject: [PATCH] Make notification more readable --- web/packages/shared/components/Notification/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/packages/shared/components/Notification/Notification.tsx b/web/packages/shared/components/Notification/Notification.tsx index 3555a27db43be..a7a679e291d29 100644 --- a/web/packages/shared/components/Notification/Notification.tsx +++ b/web/packages/shared/components/Notification/Notification.tsx @@ -232,7 +232,7 @@ const shortTextCss = css` const Container = styled(Flex)` flex-direction: row; justify-content: space-between; - background: ${props => props.theme.colors.levels.surface}; + background: ${props => props.theme.colors.levels.elevated}; min-height: 40px; width: 320px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);