refactoring
This commit is contained in:
parent
8cad8721fd
commit
37fa3cb23b
@ -67,7 +67,6 @@ function App() {
|
|||||||
ActionIcon: {
|
ActionIcon: {
|
||||||
styles: (theme) => ({
|
styles: (theme) => ({
|
||||||
root: {
|
root: {
|
||||||
// backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[4],
|
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[3] : theme.colors.gray[2],
|
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[3] : theme.colors.gray[2],
|
||||||
},
|
},
|
||||||
|
|||||||
@ -36,7 +36,6 @@ const AppBody = () => {
|
|||||||
|
|
||||||
const theme = useMantineTheme();
|
const theme = useMantineTheme();
|
||||||
|
|
||||||
|
|
||||||
if (!isProduction) console.log("render Main")
|
if (!isProduction) console.log("render Main")
|
||||||
return (
|
return (
|
||||||
<AppShell
|
<AppShell
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user