Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
noraleonte committed Jun 10, 2024
1 parent 0bc0f82 commit 717d432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Dashboard() {
component="main"
sx={(theme) => ({
flexGrow: 1,
top: '64px',
position: 'relative',
height: 'calc(100vh - 64px)',
backgroundColor: alpha(theme.palette.background.paper, 0.4),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Dashboard() {
component="main"
sx={(theme) => ({
flexGrow: 1,
top: '64px',
position: 'relative',
height: 'calc(100vh - 64px)',
backgroundColor: alpha(theme.palette.background.paper, 0.4),
Expand Down

0 comments on commit 717d432

Please sign in to comment.