From 2acc82289d79f4e2e1a6c796c6423e3c26ce0754 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:46:56 +0100 Subject: [PATCH] Add elevation to snackbar Depending on the color of the background, the snackbar was hard to see, especially when using light mode --- .../core/components/snackbar/SnackbarWithDescription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/core/components/snackbar/SnackbarWithDescription.tsx b/src/modules/core/components/snackbar/SnackbarWithDescription.tsx index 5f47eaf2..3526d3a2 100644 --- a/src/modules/core/components/snackbar/SnackbarWithDescription.tsx +++ b/src/modules/core/components/snackbar/SnackbarWithDescription.tsx @@ -55,7 +55,7 @@ export const SnackbarWithDescription = memo( return ( - + {message} {actualDescription} {isDescriptionTooLong ? (