Skip to content

Commit 859172b

Browse files
authored
Merge pull request #4637 from GeekyAnts/fix/section-list-example
Fix/section list example
2 parents 7399ee0 + 730b12b commit 859172b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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%"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prettier --write"
3838
]
3939
},
40-
"version": "3.3.6-rc.1",
40+
"version": "3.3.6-rc.2",
4141
"license": "MIT",
4242
"private": false,
4343
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)