Skip to content

Commit

Permalink
fix accesibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Momot committed Nov 1, 2024
1 parent 8f63e85 commit aae6108
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private extension PushNotificationNudgingBottomSheet {
HStack(alignment: .center, spacing: Warp.Spacing.spacing200) {
section.icon
.padding(.leading, Warp.Spacing.spacing100)
.accessibilityHidden(true)

VStack(alignment: .leading, spacing: Warp.Spacing.spacing50) {
if let title = section.title {
Expand Down

0 comments on commit aae6108

Please sign in to comment.