Skip to content

Commit 42e74d6

Browse files
[docs] Fix visual bug on dashboard template
1 parent 5b9a362 commit 42e74d6

File tree

1 file changed

+1
-1
lines changed
  • docs/data/material/getting-started/templates/dashboard

1 file changed

+1
-1
lines changed

docs/data/material/getting-started/templates/dashboard/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Dashboard(props: { disableCustomTheme?: boolean }) {
4949
sx={{
5050
alignItems: 'center',
5151
mx: 3,
52-
pb: 10,
52+
pb: 5,
5353
mt: { xs: 8, md: 0 },
5454
}}
5555
>

0 commit comments

Comments
 (0)