diff --git a/src/App.tsx b/src/App.tsx index 2562edc..2f664ac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -186,11 +186,13 @@ export default function App() { }, }); - const styles = { + const styles: {[key: string]: React.CSSProperties} = { main: { backgroundColor: muiTheme.palette.background.default, color: muiTheme.palette.text.primary, flexGrow: 1, + display: "flex", + flexDirection: "column", }, };