Backdrop: lighten in dark mode

This commit is contained in:
Sidney Alcantara
2021-09-17 14:03:27 +10:00
parent 4a9ff0e572
commit e4632b4189

View File

@@ -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" },
},