feat: update modal bg color

This commit is contained in:
AykutSarac 2023-08-19 11:34:18 +03:00
parent f140f81f9b
commit 077ae7358d
No known key found for this signature in database

View File

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