fix: fixed ActionIcon bg for mobiles
This commit is contained in:
@ -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)) }",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user