From 260f342bb7656df274a18c1fdf841d35c7f6297d Mon Sep 17 00:00:00 2001 From: Jamie Caprani Date: Wed, 28 Sep 2022 10:14:38 +0100 Subject: [PATCH] fix: channel list mute icon now showing (#14079) --- src/quo2/components/list_items/channel.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quo2/components/list_items/channel.cljs b/src/quo2/components/list_items/channel.cljs index 036c2735a6..b6b833f2e2 100644 --- a/src/quo2/components/list_items/channel.cljs +++ b/src/quo2/components/list_items/channel.cljs @@ -40,7 +40,7 @@ [rn/view {:style {:height 20}} (when (and (not locked?) muted?) - [quo2.icons/icon :main-icons2/muted? + [quo2.icons/icon :main-icons2/muted {:size 20 :no-color true}]) (when (and (not locked?)