diff --git a/example/storybook/src/api/ResponsiveStyles/index.stories.mdx b/example/storybook/src/api/ResponsiveStyles/index.stories.mdx index 21ca805a0..f6991f615 100644 --- a/example/storybook/src/api/ResponsiveStyles/index.stories.mdx +++ b/example/storybook/src/api/ResponsiveStyles/index.stories.mdx @@ -107,6 +107,9 @@ Once configured, you can apply different styles at different breakpoints. /> + > Note that the '@' symbol indicates a media query.The '@' symbol should be followed by the name of the desired breakpoint for the styles. > Note that the same API can be used with the sx prop to override styles inline. + +> Caution: Utilizing the `Passing Props` feature within `Media Queries` is not supported.