From 1ac33a9466023d4e5001bf7319411e24c25016d0 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 22 Sep 2022 22:55:43 -0400 Subject: [PATCH] Small tweak to menu backdrop on mobile --- shared/styles/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 3ff5c7cf5..d341b76ed 100644 --- a/shared/styles/theme.ts +++ b/shared/styles/theme.ts @@ -164,7 +164,7 @@ export const dark = { sidebarControlHoverBackground: colors.white10, sidebarDraftBorder: darken("0.35", colors.slate), sidebarText: colors.slate, - backdrop: "rgba(255, 255, 255, 0.3)", + backdrop: "rgba(0, 0, 0, 0.5)", shadow: "rgba(0, 0, 0, 0.6)", modalBackdrop: colors.black50,