From e4632b4189370e33c23dca2ce887913f15dd21b6 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Fri, 17 Sep 2021 14:03:27 +1000 Subject: [PATCH] Backdrop: lighten in dark mode --- src/theme/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/colors.ts b/src/theme/colors.ts index 6bacca5d..a49bba4c 100644 --- a/src/theme/colors.ts +++ b/src/theme/colors.ts @@ -94,7 +94,7 @@ export const colorsLight = ( MuiBackdrop: { styleOverrides: { root: { - backgroundColor: colord({ l: 5, c: 5, h }).alpha(0.6).toHslString(), + backgroundColor: colord({ l: 5, c: 5, h }).alpha(0.2).toHslString(), }, invisible: { backgroundColor: "transparent" }, },