Ensure country dropdown uses light styling on auth
If the dark theme is activated, the country dropdown defaults to those colors where it doesn't fit in with the always-light auth flow. This restyles its colors to be light.
This commit is contained in:
parent
8beab58918
commit
6441b2ed98
2 changed files with 13 additions and 0 deletions
|
@ -246,6 +246,7 @@ $memberstatus-placeholder-color: $roomtile-name-color;
|
|||
$authpage-bg-color: #2e3649;
|
||||
$authpage-modal-bg-color: rgba(255, 255, 255, 0.59);
|
||||
$authpage-body-bg-color: #ffffff;
|
||||
$authpage-focus-bg-color: #dddddd;
|
||||
$authpage-lang-color: #4e5054;
|
||||
$authpage-primary-color: #232f32;
|
||||
$authpage-secondary-color: #61708b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue