Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit d979b6d

Browse files
author
Lily Hoskin
committed
Add accessibilty trait header to NavTitle
1 parent 63e8795 commit d979b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from '../styles'
55

66
function NavTitle({ style, children }: Object): React.Element {
77
return (
8-
<Text style={[styles.navBarTitleText, style]}>
8+
<Text accessibilityTraits="header" style={[styles.navBarTitleText, style]}>
99
{children}
1010
</Text>
1111
)

0 commit comments

Comments
 (0)