Skip to content

Commit

Permalink
fix(swift): fix accessibility issues on ClickableMenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
adincebic authored and mrinalwadhwa committed Jan 5, 2024
1 parent 4067054 commit bc18114
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ struct ClickableMenuEntry: View {
.onHover { hover in
isHovered = hover
}
.accessibilityElement(children: .combine)
.accessibilityAddTraits(.isButton)
}
}

Expand Down

0 comments on commit bc18114

Please sign in to comment.