From b98c8b1876ef6fc4d5e2c05ff9349221cef618f7 Mon Sep 17 00:00:00 2001 From: Meisam <39205857+MFTabriz@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:13:11 +0200 Subject: [PATCH] fix black-on-black text (#270) --- web/styles/chat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/chat.scss b/web/styles/chat.scss index f7b508f61..307e4931d 100644 --- a/web/styles/chat.scss +++ b/web/styles/chat.scss @@ -38,7 +38,7 @@ border-radius: 4px; &.active { .label { - color: var(--black); + color: var(--black-3); } }