From cdd96c961b99c467080cb6ed0373c25319843e9b Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Wed, 7 Dec 2022 07:53:22 +0100 Subject: [PATCH] prettier --- .../configure-the-sx-prop/configure-the-sx-prop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md b/docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md index 28984c1fbbefb1..1e80481d137ec6 100644 --- a/docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md +++ b/docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md @@ -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" }}