Remove paddingBottom 16px

This commit is contained in:
c-bata
2023-01-02 12:28:44 +09:00
parent c74a751040
commit 47bacfed85
-1
View File
@@ -47,7 +47,6 @@ export const App: FC = () => {
backgroundColor: colorMode === "dark" ? "#121212" : "#ffffff",
width: "100%",
minHeight: "100vh",
paddingBottom: theme.spacing(2),
}}
>
<SnackbarProvider maxSnack={3}>