diff --git a/docs/data/joy/components/sheet/sheet.md b/docs/data/joy/components/sheet/sheet.md index 7df2caae0984d1..739ff379a29466 100644 --- a/docs/data/joy/components/sheet/sheet.md +++ b/docs/data/joy/components/sheet/sheet.md @@ -30,9 +30,6 @@ export default function MyApp() { ### Basic usage -The `Sheet` also has access to the `color` prop, allowing you to access every palette of the theme. - -Use the `Sheet` component as a generic container for your components. -You can play around with variants, color, and elevation to achieve the desired result. +The `Sheet` component, in addition to the variants, also has access to the `color` prop, allowing you to use every palette of the theme. {{"demo": "SimpleSheet.js"}}