Fix language indicator text color (#1795)

Fixes #1794
th-downstream
Claire 2 years ago committed by GitHub
parent d04feb11fe
commit 5618c69b2a

@ -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;

Loading…
Cancel
Save