From 680affeb2fcda214793d1060685d9883e3548d4c Mon Sep 17 00:00:00 2001 From: Anton Pawlik Date: Mon, 12 Aug 2024 09:53:41 +0200 Subject: [PATCH] fix backdrop color --- src/modules/Shell/ShellRoot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Shell/ShellRoot.tsx b/src/modules/Shell/ShellRoot.tsx index 8e051c7..c471c7b 100644 --- a/src/modules/Shell/ShellRoot.tsx +++ b/src/modules/Shell/ShellRoot.tsx @@ -169,8 +169,8 @@ export function ShellRoot({ left="0" width="100%" height="100%" - backgroundColor="yellow" - opacity={0.3} + backgroundColor="#745d02" + opacity={0.6} zIndex={Z_INDEX.BACKDROP} /> )}