Skip to content

Commit

Permalink
update AppBar documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimgm committed Mar 30, 2020
1 parent 964f9ab commit 47ab039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/advanced/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Add a `ThemeProvider` to the top level of your app to pass a theme down the React component tree. Then, you can access the theme object in style functions.

> This example creates a new theme. See the [theming section](/customization/theming/) for how to customize the default Material-UI theme.
> This example creates a minimalist theme object. Head to the [theming section](/customization/theming/) if you intend to use some of the Material-UI's components. You need to provide a richer theme structure using the `createMuiTheme()` method.
```jsx
import { ThemeProvider } from '@material-ui/core/styles';
Expand Down

0 comments on commit 47ab039

Please sign in to comment.