From eb868a042ad4f767b8e1b90d33bf1171b66a5238 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 2 Sep 2024 09:33:46 +0100 Subject: [Video] Misc player style tweaks (#5064) * use actual black rather than theme black * adjust time/mute indicators --- src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx') diff --git a/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx b/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx index 4d07ee78d..6636883f1 100644 --- a/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx +++ b/src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx @@ -29,9 +29,9 @@ export function TimeIndicator({time}: {time: number}) { paddingHorizontal: 6, paddingVertical: 3, position: 'absolute', - left: 5, - bottom: 5, - minHeight: 20, + left: 6, + bottom: 6, + minHeight: 21, justifyContent: 'center', }, ]}> -- cgit 1.4.1