From 3d841eba69b340aac4f012fb388f9e9761ec2ba5 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 6 Jun 2022 12:05:57 +0200 Subject: [PATCH] Fix language indicator text color (#1795) Fixes #1794 --- app/javascript/flavours/glitch/styles/components/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index f015d898e..da9fb6ad2 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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;