chore: add accesibility label

This commit is contained in:
Jamie Caprani 2023-01-26 11:07:05 +00:00
parent 8b358ab7ed
commit 2e35939979
No known key found for this signature in database
GPG Key ID: 76A2A47D4CD8B428
1 changed files with 6 additions and 4 deletions

View File

@ -25,10 +25,12 @@
(when is-active-channel? (when is-active-channel?
{:background-color (colors/theme-alpha channel-color 0.05 0.05)}))} {:background-color (colors/theme-alpha channel-color 0.05 0.05)}))}
[rn/view [rn/view
{:display :flex {:display :flex
:flex-direction :row :flex-direction :row
:justify-content :flex-start :justify-content :flex-start
:align-items :center} :align-items :center
:accessible true
:accessibility-label :chat-name-text}
[channel-avatar/channel-avatar [channel-avatar/channel-avatar
{:big? true {:big? true
:locked? locked? :locked? locked?