From 48b3c655e8c3f18badecf433d4e8f18772a852c8 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 2 Dec 2021 01:13:26 +0100 Subject: [PATCH] Fix color of sticky footer in Modal --- stylesheets/components/Modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/Modal.scss b/stylesheets/components/Modal.scss index 2f55ee510..ab17d4d68 100644 --- a/stylesheets/components/Modal.scss +++ b/stylesheets/components/Modal.scss @@ -140,7 +140,7 @@ } @include dark-theme() { - background: $color-gray-95; + background: $color-gray-80; } } }