Fix mismatching button label for speech recognition (#1372)
* Fix mismatching a11y label * Update all new post button labels to match
This commit is contained in:
@@ -298,7 +298,7 @@ const FeedPage = observer(
|
||||
onPress={onPressCompose}
|
||||
icon={<ComposeIcon2 strokeWidth={1.5} size={29} style={s.white} />}
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel="Compose post"
|
||||
accessibilityLabel="New post"
|
||||
accessibilityHint=""
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user