Skip to content

Commit 4a5ecc5

Browse files
Update docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Signed-off-by: Marija Najdova <mnajdova@gmail.com>
1 parent 99a7021 commit 4a5ecc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ You can add new keys to be processed by the `sx` prop by extending the `unstable
1010

1111
## Override existing behavior
1212

13-
There is also a possibility to change some of the existing behavior. 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 it is done by default in the MUI System. You can change this behavior, by providing a custom config for the `borderRadius` property:
13+
It is also possible to change some of the existing behavior of the `sx` prop.
14+
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.
15+
You can change this behavior by providing a custom config for the `borderRadius` property:
1416

1517
{{"demo": "ChangeTheBehaviorSxProp.js" }}
1618

0 commit comments

Comments
 (0)