From 2e3593997978e8bf05dd7b112fd0aef158974008 Mon Sep 17 00:00:00 2001 From: Jamie Caprani Date: Thu, 26 Jan 2023 11:07:05 +0000 Subject: [PATCH] chore: add accesibility label --- src/quo2/components/list_items/channel.cljs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/quo2/components/list_items/channel.cljs b/src/quo2/components/list_items/channel.cljs index 4162b9ca4f..c13fe664f2 100644 --- a/src/quo2/components/list_items/channel.cljs +++ b/src/quo2/components/list_items/channel.cljs @@ -25,10 +25,12 @@ (when is-active-channel? {:background-color (colors/theme-alpha channel-color 0.05 0.05)}))} [rn/view - {:display :flex - :flex-direction :row - :justify-content :flex-start - :align-items :center} + {:display :flex + :flex-direction :row + :justify-content :flex-start + :align-items :center + :accessible true + :accessibility-label :chat-name-text} [channel-avatar/channel-avatar {:big? true :locked? locked?