diff --git a/src/App.tsx b/src/App.tsx index d4b76d7..42c4a19 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,7 +67,6 @@ function App() { ActionIcon: { styles: (theme) => ({ root: { - // backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[4], '&:hover': { backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[3] : theme.colors.gray[2], }, diff --git a/src/AppBody.tsx b/src/AppBody.tsx index f527949..c7c0e38 100644 --- a/src/AppBody.tsx +++ b/src/AppBody.tsx @@ -36,7 +36,6 @@ const AppBody = () => { const theme = useMantineTheme(); - if (!isProduction) console.log("render Main") return (