mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
feat: update modal bg color
This commit is contained in:
parent
f140f81f9b
commit
077ae7358d
@ -34,10 +34,10 @@ const mantineTheme: MantineThemeOverride = {
|
|||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
backgroundColor: theme.colorScheme === "dark" ? "#36393E" : "#F3F3F3",
|
backgroundColor: theme.colorScheme === "dark" ? "#4a4d52" : "#F3F3F3",
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
backgroundColor: theme.colorScheme === "dark" ? "#36393E" : "#F3F3F3",
|
backgroundColor: theme.colorScheme === "dark" ? "#4a4d52" : "#F3F3F3",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user