Skip to content

Commit

Permalink
fix: apply border radius styling to video thumbnail
Browse files Browse the repository at this point in the history
Signed-off-by: dominictb <tb-dominic@outlook.com>
  • Loading branch information
dominictb committed Jun 7, 2024
1 parent 198b473 commit f3e8411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoPlayerPreview/VideoPlayerThumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function VideoPlayerThumbnail({thumbnailUrl, onPress, accessibilityLabel}: Video
return (
<View style={styles.flex1}>
{thumbnailUrl && (
<View style={styles.flex1}>
<View style={[styles.flex1, {borderRadius: variables.componentBorderRadiusNormal}, styles.overflowHidden]}>
<Image
source={{uri: thumbnailUrl}}
style={styles.flex1}
Expand Down

0 comments on commit f3e8411

Please sign in to comment.