Fix language indicator text color (#1795)

Fixes #1794
main
Claire 2 years ago committed by GitHub
parent d2f5760ceb
commit 3d841eba69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/flavours/glitch/styles/components/index.scss

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

Loading…
Cancel
Save