Skip to content

Commit

Permalink
fix: nameTextProps
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky authored and Lipo11 committed Jun 24, 2024
1 parent 3a221d7 commit f313825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/InstagramStories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const InstagramStories = forwardRef<InstagramStoriesPublicMethods, InstagramStor
backgroundColor = BACKGROUND_COLOR,
showName = false,
nameTextStyle,
nameTextProps,
videoAnimationMaxDuration,
videoProps,
closeIconColor = CLOSE_COLOR,
Expand Down Expand Up @@ -238,6 +239,7 @@ const InstagramStories = forwardRef<InstagramStoriesPublicMethods, InstagramStor
size={avatarSize}
showName={showName}
nameTextStyle={nameTextStyle}
nameTextProps={nameTextProps}
key={`avatar${story.id}`}
/>
) ) )}
Expand Down

0 comments on commit f313825

Please sign in to comment.