From 54a772190d1402482bd1aac37ea6db387cd2a759 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 7 Sep 2020 16:10:45 -0500 Subject: [PATCH] Chats: fix send icon on light theme --- app/styles/chats.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index c11f122f9..e524de2ab 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -219,6 +219,7 @@ position: relative; .icon-button { + color: var(--primary-text-color--faint); position: absolute; right: 10px; top: 8px;