Redesign play button (#5192)
This commit is contained in:
parent
cd9c3bf498
commit
c5faa60344
3 changed files with 31 additions and 8 deletions
|
@ -60,7 +60,7 @@ export function VideoPreview({
|
|||
<ExternalEmbedRemoveBtn onRemove={clear} />
|
||||
{autoplayDisabled && (
|
||||
<View style={[a.absolute, a.inset_0, a.justify_center, a.align_center]}>
|
||||
<PlayButtonIcon size={48} />
|
||||
<PlayButtonIcon />
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue