diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-02 09:33:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 09:33:46 +0100 |
commit | eb868a042ad4f767b8e1b90d33bf1171b66a5238 (patch) | |
tree | f80ad0bfb2d988e7e8385b2bffdc945432360e14 /src/view/com/util/post-embeds/VideoEmbed.tsx | |
parent | 17d82a64a6a73a74ee176ab560189e8b94254a4f (diff) | |
download | voidsky-eb868a042ad4f767b8e1b90d33bf1171b66a5238.tar.zst |
[Video] Misc player style tweaks (#5064)
* use actual black rather than theme black * adjust time/mute indicators
Diffstat (limited to 'src/view/com/util/post-embeds/VideoEmbed.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/VideoEmbed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/VideoEmbed.tsx b/src/view/com/util/post-embeds/VideoEmbed.tsx index 682e1966c..55ac18824 100644 --- a/src/view/com/util/post-embeds/VideoEmbed.tsx +++ b/src/view/com/util/post-embeds/VideoEmbed.tsx @@ -50,7 +50,7 @@ export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) { a.rounded_sm, a.overflow_hidden, {aspectRatio}, - {backgroundColor: t.palette.black}, + {backgroundColor: 'black'}, a.my_xs, ]}> <ErrorBoundary renderError={renderError} key={key}> |