From d674d998e3e251cf230c5e72c073f9f846f3670a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 5 Oct 2021 19:29:16 -0500 Subject: [PATCH] Chats: fix color of X icon in 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 152462876..bebf3dd7e 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -56,6 +56,7 @@ .icon-button { opacity: 0.7; + color: #fff; &:hover { opacity: 1;