mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
update full screen modal colors
This commit is contained in:
@@ -100,7 +100,7 @@ export const colorsLight = (
|
||||
.alpha(0.6)
|
||||
.toHslString(),
|
||||
".MuiDialog-root:has(.MuiDialog-paperFullScreen) &": {
|
||||
backgroundColor: "rgba(0, 0, 0, 0.25)",
|
||||
backgroundColor: "rgba(0, 0, 0, 0)",
|
||||
},
|
||||
},
|
||||
invisible: { backgroundColor: "transparent" },
|
||||
|
||||
@@ -288,6 +288,9 @@ export const components = (theme: Theme): ThemeOptions => {
|
||||
"#root": {
|
||||
borderRadius: (theme.shape.borderRadius as number) * 2,
|
||||
overflow: "hidden",
|
||||
filter: `grayscale(100%) contrast(${
|
||||
theme.palette.mode === "dark" ? "80" : "75"
|
||||
}%)`,
|
||||
|
||||
transform: `scale(0.9) translateY(${theme.spacing(1)})`,
|
||||
transition: theme.transitions.create(
|
||||
|
||||
Reference in New Issue
Block a user