Redesign play button (#5192)

This commit is contained in:
Eric Bailey 2024-09-06 15:55:23 -05:00 committed by GitHub
parent cd9c3bf498
commit c5faa60344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 8 deletions

View file

@ -83,7 +83,7 @@ export function VideoPreview({
/>
{autoplayDisabled && (
<View style={[a.absolute, a.inset_0, a.justify_center, a.align_center]}>
<PlayButtonIcon size={48} />
<PlayButtonIcon />
</View>
)}
</View>