Replace dark theme's $authpage-primary-color

Use `$primary-content` instead of `$text-primary-color`.

Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
pull/21833/head
Andrew Ferrazzutti 2021-09-10 01:21:53 -04:00
parent a29487625e
commit 09ef07a3b0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ $visual-bell-bg-color: #800;
$room-warning-bg-color: $header-panel-bg-color;
$authpage-body-bg-color: $background;
$authpage-primary-color: $text-primary-color;
$authpage-primary-color: $primary-content;
$dark-panel-bg-color: $header-panel-bg-color;
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);