Skip to content

Commit c839c58

Browse files
Update src/App.tsx
Co-authored-by: Tamoor <[email protected]>
1 parent a4c85ac commit c839c58

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/App.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ function App() {
1010
const theme = useTheme();
1111
return (
1212
<Box
13-
sx={[
13+
sx={{
14+
display: "flex",
15+
justifyContent: "space-between",
16+
flexDirection: "column",
17+
minHeight: "100vh",
18+
minWidth: "320px",
19+
margin: 0,
20+
}}
1421
() => ({
1522
display: "flex",
1623
justifyContent: "space-between",

0 commit comments

Comments
 (0)