mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Remove paddingBottom 16px
This commit is contained in:
@@ -47,7 +47,6 @@ export const App: FC = () => {
|
||||
backgroundColor: colorMode === "dark" ? "#121212" : "#ffffff",
|
||||
width: "100%",
|
||||
minHeight: "100vh",
|
||||
paddingBottom: theme.spacing(2),
|
||||
}}
|
||||
>
|
||||
<SnackbarProvider maxSnack={3}>
|
||||
|
||||
Reference in New Issue
Block a user