diff --git a/example/storybook/stories/components/basic/ScrollView/Basic.tsx b/example/storybook/stories/components/basic/ScrollView/Basic.tsx index cb7c23fce..ee4a1f95e 100644 --- a/example/storybook/stories/components/basic/ScrollView/Basic.tsx +++ b/example/storybook/stories/components/basic/ScrollView/Basic.tsx @@ -11,7 +11,7 @@ export const Example = () => { {Object.keys(colors.cyan).map((key, index) => { if (index >= 1 && index <= 5) return ( -
+
{key}
); @@ -24,7 +24,7 @@ export const Example = () => { {Object.keys(colors.cyan).map((key, index) => { if (index >= 1 && index <= 5) return ( -
+
{key}
); @@ -37,7 +37,7 @@ export const Example = () => { {Object.keys(colors.violet).map((key, index) => { if (index >= 1 && index <= 5) return ( -
+
{key}
);