refactoring

This commit is contained in:
NlightN22 2024-10-01 15:12:53 +07:00
parent 8cad8721fd
commit 37fa3cb23b
2 changed files with 0 additions and 2 deletions

View File

@ -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],
},

View File

@ -36,7 +36,6 @@ const AppBody = () => {
const theme = useMantineTheme();
if (!isProduction) console.log("render Main")
return (
<AppShell