From 75dde59a8d21049eb8683abe31054388240cc425 Mon Sep 17 00:00:00 2001 From: Eileen Guo Date: Thu, 9 Nov 2023 15:53:19 +0100 Subject: [PATCH] update story description --- .../libs/react-ui/src/components/Layout/Box/Box.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libs/react-ui/src/components/Layout/Box/Box.stories.tsx b/packages/libs/react-ui/src/components/Layout/Box/Box.stories.tsx index 17ced46c2c1..39aafca6713 100644 --- a/packages/libs/react-ui/src/components/Layout/Box/Box.stories.tsx +++ b/packages/libs/react-ui/src/components/Layout/Box/Box.stories.tsx @@ -23,7 +23,7 @@ const meta: Meta = { description: { component: 'Box is the most basic building block of application layout.\n' + - '\nThis component allows for passing the display, margin and padding properties.', + '\nThis component accepts an `as` prop which allows the user to pass what html element the `Box` will render as well as many style attributes that are mapped to css utility classes.', }, }, },