Merge branch 'bwindels/restyle-blurry-login-box' into 'element'

change bg color to that of the room list

See merge request new-vector/element/element-web/matrix-react-sdk!19
pull/21833/head
Bruno Windels 2020-07-14 18:22:52 +00:00
commit 01e7d9c4e4
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ $room-warning-bg-color: $yellow-background;
$memberstatus-placeholder-color: $roomtile-name-color;
$authpage-bg-color: #2e3649;
$authpage-modal-bg-color: rgba(255, 255, 255, 0.59);
$authpage-modal-bg-color: rgba(245, 245, 245, 0.90);
$authpage-body-bg-color: #ffffff;
$authpage-focus-bg-color: #dddddd;
$authpage-lang-color: #4e5054;