Skip to content

Commit dbd804b

Browse files
committed
Merge branch 'patch' of github.com:GeekyAnts/NativeBase into patch
2 parents b0fef41 + 859172b commit dbd804b

File tree

1 file changed

+1
-1
lines changed
  • example/storybook/stories/components/basic/SectionList

1 file changed

+1
-1
lines changed

example/storybook/stories/components/basic/SectionList/Basic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Example = () => {
2828
},
2929
];
3030
return (
31-
<Center h="80">
31+
<Center h="80" w="100%">
3232
<SectionList
3333
maxW="300"
3434
w="100%"

0 commit comments

Comments
 (0)