Redesign play button (#5192)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user