From 1756a26b58be597045ead7e548f207ed50f05ab4 Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 14 Dec 2021 18:34:34 +0100 Subject: Fix Dark Mode in auth screens --- src/styles/auth.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/auth.scss') diff --git a/src/styles/auth.scss b/src/styles/auth.scss index aee255196..0c7485ef0 100644 --- a/src/styles/auth.scss +++ b/src/styles/auth.scss @@ -36,7 +36,7 @@ } .auth { - background: $theme-brand-gradient; + background: $dark-theme-gray-darkest; display: flex; justify-content: center; -- cgit v1.2.3-54-g00ecf