Set dark theme colors for auth components

Fixes https://github.com/vector-im/element-web/issues/18865

Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
This commit is contained in:
Andrew Ferrazzutti
2021-09-09 02:11:47 -04:00
parent e17a5328d2
commit a29487625e
2 changed files with 5 additions and 0 deletions

View File

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