From 873ff034d2c3b7f290cf478ab5fcdb47f366f227 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 13 Mar 2024 04:18:10 -0700 Subject: [PATCH] DesktopDrawer: fix shadow --- src/common/layout/optima/DesktopDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/layout/optima/DesktopDrawer.tsx b/src/common/layout/optima/DesktopDrawer.tsx index 068642533..b9f338cd3 100644 --- a/src/common/layout/optima/DesktopDrawer.tsx +++ b/src/common/layout/optima/DesktopDrawer.tsx @@ -36,7 +36,7 @@ const DesktopDrawerTranslatingSheet = styled(Sheet)(({ theme }) => ({ // borderTopRightRadius: 'var(--AGI-Optima-Radius)', // borderBottomRightRadius: 'var(--AGI-Optima-Radius)', // contain: 'strict', - boxShadow: theme.shadow.md, + boxShadow: `0 0 32px 4px rgba(${theme.palette.neutral.darkChannel} / 0.16)`, // was: theme.shadow.md, which is too think and complex // content layout display: 'flex',