Skip to content

Commit

Permalink
Add accessibility label
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Dec 7, 2022
1 parent 1df1d5d commit f077ab6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/status_im/ui/screens/activity_center/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@
[]
(let [screen-padding 20]
[rn/view
[quo2/button {:icon true
:type :blur-bg
:size 32
:override-theme :dark
:style style/header-button
:on-press #(rf/dispatch [:hide-popover])}
[quo2/button {:icon true
:type :blur-bg
:size 32
:accessibility-label :close-activity-center
:override-theme :dark
:style style/header-button
:on-press #(rf/dispatch [:hide-popover])}
:i/close]
[quo2/text {:size :heading-1
:weight :semi-bold
Expand Down

0 comments on commit f077ab6

Please sign in to comment.