Skip to content

Commit 1be76f3

Browse files
committed
e2e: mute chats
1 parent e99f6de commit 1be76f3

File tree

1 file changed

+3
-2
lines changed
  • src/status_im2/contexts/chat/home/chat_list_item

1 file changed

+3
-2
lines changed

src/status_im2/contexts/chat/home/chat_list_item/view.cljs

+3-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,9 @@
235235
(if-not muted
236236
(when show-unread-badge?
237237
[quo/info-count
238-
{:style {:top 16
239-
:right 16}}
238+
{:style {:top 16
239+
:right 16}
240+
:accessibility-label :new-message-counter}
240241
unviewed-messages-count])
241242
[icons/icon :i/muted
242243
{:color colors/neutral-40

0 commit comments

Comments
 (0)