Skip to content

Commit 31ac9f2

Browse files
committed
react-native: BottomSheetHeader stories: rename WithTitle to Children to follow naming conventions
1 parent 2d9dcf7 commit 31ac9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-system-react-native/src/components/BottomSheetHeader/BottomSheetHeader.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Default: Story = {
3939
},
4040
};
4141

42-
export const WithTitle: Story = {
42+
export const Children: Story = {
4343
render: () => (
4444
<BottomSheetHeader>Centered bottom sheet title</BottomSheetHeader>
4545
),

0 commit comments

Comments
 (0)