From 90c9278010eafda04d7a96f98d8bcc9fe3cf10bd Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Sat, 1 Jun 2024 13:03:15 -0400 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b26ae6..ecaf80e4 100644 --- a/README.md +++ b/README.md @@ -718,7 +718,7 @@ const AnyComponent = (props) => { The value provided to `sx` prop can be one of the following: -- a plain style object (recommended) +- a plain style object (recommended for best performance) - a callback function that receives the [theme object](#theming) then return a plain style object: ```js