Skip to content

Commit 1c6d5a8

Browse files
Kevin Lindsayoliviertassinari
authored andcommitted
[docs] Improve typography documentation (#19216)
1 parent 5633c27 commit 1c6d5a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/pages/customization/typography/typography.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ const theme = createMuiTheme({
6868
},
6969
},
7070
});
71+
72+
// ...
73+
<ThemeProvider theme={theme}>
74+
<CssBaseline />
75+
{children}
76+
</ThemeProvider>
7177
```
7278

7379
## Font size

0 commit comments

Comments
 (0)