fix: fixed ActionIcon bg for mobiles

This commit is contained in:
2025-10-31 17:49:36 +04:00
parent 3355c73b8b
commit 418e4b6b63

View File

@ -101,7 +101,7 @@ export const theme = createTheme({
}, },
ActionIcon: { ActionIcon: {
defaultProps: { defaultProps: {
bg: "light-dark(var(--mantine-color-gray-1), var(--mantine-color-default))", bg: "@media (min-width: 48em) { light-dark(var(--mantine-color-gray-1), var(--mantine-color-default)) }",
}, },
}, },
}, },