From d3a889a967c4c0dae266ca69c7898dce2129e225 Mon Sep 17 00:00:00 2001 From: Kenji Shiroma Date: Thu, 17 Oct 2024 16:10:42 +1000 Subject: [PATCH] list --- packages/ui/src/components/list/list.stories.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/list/list.stories.tsx b/packages/ui/src/components/list/list.stories.tsx index a11201a92..789b57d6b 100644 --- a/packages/ui/src/components/list/list.stories.tsx +++ b/packages/ui/src/components/list/list.stories.tsx @@ -135,9 +135,15 @@ export const CustomComponent = () => (

Title

- Styled bullet list - Styled bullet list - Styled bullet list + + Styled bullet list + + + Styled bullet list + + + Styled bullet list +
);