From 37fa3cb23b7e10a8711caf11da255f3f455beff7 Mon Sep 17 00:00:00 2001 From: NlightN22 Date: Tue, 1 Oct 2024 15:12:53 +0700 Subject: [PATCH] refactoring --- src/App.tsx | 1 - src/AppBody.tsx | 1 - 2 files changed, 2 deletions(-) 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 (