Redesign country dropdown to fit redesign

This tweaks colors of the country dropdown to blend in better with the rest of
the design.

Fixes https://github.com/vector-im/riot-web/issues/9048
This commit is contained in:
J. Ryan Stinnett 2019-03-06 17:53:44 +00:00
parent 4a1b723ab5
commit 1cefa44319
2 changed files with 10 additions and 7 deletions

View file

@ -80,6 +80,10 @@ limitations under the License.
background-color: $authpage-primary-color;
}
.mx_Dropdown {
color: $authpage-primary-color;
}
.mx_Dropdown_arrow {
background: $authpage-primary-color;
}