Fix language indicator text color (#1795)

Fixes #1794
signup-info-prompt
Claire 2022-06-06 12:05:57 +02:00 committed by GitHub
parent d2f5760ceb
commit 3d841eba69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,6 @@
.text-icon,
.text-icon-button {
color: $lighter-text-color;
font-weight: 600;
font-size: 11px;
line-height: 27px;
@ -249,6 +248,7 @@
}
.text-icon-button {
color: $lighter-text-color;
border: 0;
border-radius: 4px;
background: transparent;