refactoring
This commit is contained in:
parent
8cad8721fd
commit
37fa3cb23b
@ -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],
|
||||
},
|
||||
|
||||
@ -36,7 +36,6 @@ const AppBody = () => {
|
||||
|
||||
const theme = useMantineTheme();
|
||||
|
||||
|
||||
if (!isProduction) console.log("render Main")
|
||||
return (
|
||||
<AppShell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user