From 568c82933290c0c72feabe64ea07ae168222bc6c Mon Sep 17 00:00:00 2001 From: Samuel Newman <10959775+mozzius@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:27:51 +0200 Subject: [PATCH] increase background contrast --- src/view/com/util/post-embeds/VideoWebControls.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/util/post-embeds/VideoWebControls.web.tsx b/src/view/com/util/post-embeds/VideoWebControls.web.tsx index 498ea94433..6b8489f74b 100644 --- a/src/view/com/util/post-embeds/VideoWebControls.web.tsx +++ b/src/view/com/util/post-embeds/VideoWebControls.web.tsx @@ -148,7 +148,7 @@ export function Controls({ a.align_center, web({ background: - 'linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4))', + 'linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7))', }), showControls ? {opacity: 1} : {opacity: 0}, ]}>