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,