about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbed.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-30 20:48:23 +0100
committerGitHub <noreply@github.com>2024-08-30 12:48:23 -0700
commitab260c3599294c7526a6d8cdf2657708e9b5a5c7 (patch)
treeb86954337875455220bfaec060b9d1b73a231b42 /src/view/com/util/post-embeds/VideoEmbed.tsx
parent8647c8e9f589401b1763fa8af596a6fd12bad04e (diff)
downloadvoidsky-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.tsx4
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>
             </>