diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-30 20:48:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 12:48:23 -0700 |
commit | ab260c3599294c7526a6d8cdf2657708e9b5a5c7 (patch) | |
tree | b86954337875455220bfaec060b9d1b73a231b42 /src/view/com/util/post-embeds/VideoEmbed.tsx | |
parent | 8647c8e9f589401b1763fa8af596a6fd12bad04e (diff) | |
download | voidsky-ab260c3599294c7526a6d8cdf2657708e9b5a5c7.tar.zst |
[Video] Minor player tweaks (#5044)
Diffstat (limited to 'src/view/com/util/post-embeds/VideoEmbed.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/VideoEmbed.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/view/com/util/post-embeds/VideoEmbed.tsx b/src/view/com/util/post-embeds/VideoEmbed.tsx index 378952f56..f90bf0085 100644 --- a/src/view/com/util/post-embeds/VideoEmbed.tsx +++ b/src/view/com/util/post-embeds/VideoEmbed.tsx @@ -78,9 +78,7 @@ export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) { setActiveSource(embed.playlist) }} label={_(msg`Play video`)} - variant="ghost" - color="secondary" - size="large"> + color="secondary"> <PlayIcon width={48} fill={t.palette.white} /> </Button> </> |