a11y cleanup for mute lists (#614)
This commit is contained in:
parent
ebcd633386
commit
c2a8713ff4
7 changed files with 31 additions and 23 deletions
|
|
@ -51,8 +51,9 @@ export const ModerationScreen = withAuthRequired(
|
|||
testID="contentFilteringBtn"
|
||||
style={[styles.linkCard, pal.view]}
|
||||
onPress={onPressContentFiltering}
|
||||
accessibilityRole="tab"
|
||||
accessibilityHint="Content filtering"
|
||||
accessibilityLabel="Opens configurable content filtering settings">
|
||||
accessibilityLabel="">
|
||||
<View style={[styles.iconContainer, pal.btn]}>
|
||||
<FontAwesomeIcon
|
||||
icon="eye"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue