Skip to content

Commit

Permalink
feat(Accesibility): Set sheet title label accessibility trait to head…
Browse files Browse the repository at this point in the history
…er (#384)
  • Loading branch information
dhidalgofadrique authored Jul 12, 2024
1 parent f8e6578 commit 72ade6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class SheetViewController: UIViewController {
label.textAlignment = .left
label.textColor = .textPrimary
label.font = .textPreset5()
label.accessibilityTraits = .header
return label
}
return nil
Expand Down

0 comments on commit 72ade6d

Please sign in to comment.