Skip to content

Commit

Permalink
[docs] Fix anchor link in customization
Browse files Browse the repository at this point in the history
This header was changed in #31997, but it doesn't seem to need to be a h3, h2 seems enough, and retain the anchor link

Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
oliviertassinari committed Apr 24, 2023
1 parent e555828 commit 5c2f9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It can be used with all Material UI components.

{{"demo": "SxProp.js" }}

#### Overriding nested component styles
### Overriding nested component styles

To customize a specific part of a component, you can use the class name provided by Material UI inside the `sx` prop. As an example, let's say you want to change the `Slider` component's thumb from a circle to a square.

Expand Down

0 comments on commit 5c2f9d5

Please sign in to comment.