From 1c9fd54d1834b85bbc3f1c65a4c599fa288595d5 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:07:55 -0400 Subject: [PATCH] Fix screen sharing sources modal footer --- stylesheets/components/CallingSelectPresentingSourcesModal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/CallingSelectPresentingSourcesModal.scss b/stylesheets/components/CallingSelectPresentingSourcesModal.scss index 577e7d1b0448..c7c62f1ea2b0 100644 --- a/stylesheets/components/CallingSelectPresentingSourcesModal.scss +++ b/stylesheets/components/CallingSelectPresentingSourcesModal.scss @@ -9,7 +9,7 @@ padding-bottom: 48px; } - &__footer { + &__button-footer { background-color: $color-gray-95; bottom: 0; margin-left: -16px;