mirror of
https://github.com/status-im/status-react.git
synced 2025-01-26 19:01:17 +00:00
chore: add accesibility label
This commit is contained in:
parent
8b358ab7ed
commit
2e35939979
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user