From 1ef4900c0fe654a0c602ba29fd7cfb91f008a9e6 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Sat, 13 Mar 2021 09:25:29 -0500 Subject: [PATCH] FIX: dark mode background in two leftover elements --- common/common.scss | 2 +- mobile/mobile.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common.scss b/common/common.scss index de6b325..e306c60 100644 --- a/common/common.scss +++ b/common/common.scss @@ -54,7 +54,7 @@ body textarea { max-width: 808px; button { margin-left: 1em; - background-color: lighten($secondary, 10%); + background-color: var(--material-lighter-secondary); } } diff --git a/mobile/mobile.scss b/mobile/mobile.scss index 2e5f5c2..7d32672 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -5,7 +5,7 @@ //create conversation cards .topic-body { @include boxShadow; - background-color: lighten($secondary, 10%); + background-color: var(--material-lighter-secondary); margin-top: 10px; padding: 20px; border-radius: 4px;