update light backdrop color

This commit is contained in:
Sidney Alcantara
2021-09-19 17:01:37 +10:00
parent c7dc601155
commit 252ac74101

View File

@@ -94,7 +94,9 @@ export const colorsLight = (
MuiBackdrop: {
styleOverrides: {
root: {
backgroundColor: colord({ l: 5, c: 5, h }).alpha(0.2).toHslString(),
backgroundColor: colord({ l: 70, c: 5, h })
.alpha(0.6)
.toHslString(),
},
invisible: { backgroundColor: "transparent" },
},