From 6fe4365d3ccd07a568e851e5bb527454e0ec547a Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 23 Nov 2020 13:15:11 -0600 Subject: [PATCH] Minor: fix group call remote participant name background --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f3940ccad8..f930bcddd2 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -6329,7 +6329,7 @@ button.module-image__border-overlay:focus { @include font-caption; background: linear-gradient( 180deg, - $color-black 0%, + transparent, $color-black-alpha-60 100% ); bottom: 0;