From b37bb942ec3d9d3a2c93689ae9350b97e677f956 Mon Sep 17 00:00:00 2001 From: Sujith Date: Wed, 22 Apr 2020 15:36:24 +0530 Subject: [PATCH] [deploy] Chat search icon color fix (#7430) Added svg color fill property for search icon --- app/assets/stylesheets/chat.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 47f9feb90..7147989b2 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -83,6 +83,7 @@ margin-left: 2px; svg { vertical-align: -5px; + fill: var(--indicator-default-color); } } input {