diff --git a/src/view/com/util/post-embeds/VideoWebControls.web.tsx b/src/view/com/util/post-embeds/VideoWebControls.web.tsx index f8b34eee8f..632b108e9d 100644 --- a/src/view/com/util/post-embeds/VideoWebControls.web.tsx +++ b/src/view/com/util/post-embeds/VideoWebControls.web.tsx @@ -130,7 +130,7 @@ export function Controls({ ? msg`Pause video` : msg`Play video`, )} - style={[a.flex_1]} + style={a.flex_1} onPress={onPressPlayPause} /> + size="medium" + style={a.p_2xs} + hoverStyle={{backgroundColor: 'rgba(255, 255, 255, 0.1)'}}> {playing ? ( ) : ( @@ -176,7 +178,9 @@ export function Controls({ }} variant="ghost" shape="round" - size="medium"> + size="medium" + style={a.p_2xs} + hoverStyle={{backgroundColor: 'rgba(255, 255, 255, 0.1)'}}> {muted ? ( ) : ( @@ -195,7 +199,9 @@ export function Controls({ }} variant="ghost" shape="round" - size="medium"> + size="medium" + style={a.p_2xs} + hoverStyle={{backgroundColor: 'rgba(255, 255, 255, 0.1)'}}> {isFullscreen ? ( ) : (