Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 7, 2022
1 parent ff505be commit cdd96c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You can add new keys to be processed by the `sx` prop by extending the `unstable

## Override existing behavior

It is also possible to change some of the existing behavior of the `sx` prop.
For example, in some design systems, the border radiuses need to be restricted to specific values, instead of allowing any number to be used—as is the default with MUI System.
It is also possible to change some of the existing behavior of the `sx` prop.
For example, in some design systems, the border radiuses need to be restricted to specific values, instead of allowing any number to be used—as is the default with MUI System.
You can change this behavior by providing a custom config for the `borderRadius` property:

{{"demo": "ChangeTheBehaviorSxProp.js" }}
Expand Down

0 comments on commit cdd96c9

Please sign in to comment.