From ad31e0dadcda3184a7281399a0810026abb60c76 Mon Sep 17 00:00:00 2001 From: Josh Perez Date: Wed, 18 Nov 2020 14:56:02 -0500 Subject: [PATCH] Group Calling: Icon fix + participant list scroll --- stylesheets/_modules.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 9a80e0de851..aa475b45c4a 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -6105,24 +6105,24 @@ button.module-image__border-overlay:focus { &--audio { &--on { - background-color: $color-white; + background-color: $color-gray-45; div { @include color-svg( '../images/icons/v2/mic-solid-28.svg', - $color-gray-75 + $color-white ); height: 28px; width: 28px; } } &--off { - background-color: $color-gray-45; + background-color: $color-white; div { @include color-svg( '../images/icons/v2/mic-off-solid-28.svg', - $color-white + $color-gray-75 ); height: 28px; width: 28px; @@ -6523,6 +6523,7 @@ button.module-image__border-overlay:focus { color: $color-white; margin-right: 12px; margin-top: 54px; + overflow: scroll; padding: 14px; padding-bottom: 0; width: 280px;