1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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
This commit is contained in:
Bruno Windels
2020-07-14 18:22:52 +00:00

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;