mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Backdrop: lighten in dark mode
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user