Accessibility fixes: add missing labels, dynamically scale home header (#1516)
* Improve labels * Dynanically adjust home header to account for font scaling
This commit is contained in:
parent
88b95df200
commit
b7697f08d6
10 changed files with 52 additions and 32 deletions
|
@ -651,7 +651,11 @@ function AccountDropdownBtn({handle}: {handle: string}) {
|
|||
]
|
||||
return (
|
||||
<Pressable accessibilityRole="button" style={s.pl10}>
|
||||
<NativeDropdown testID="accountSettingsDropdownBtn" items={items}>
|
||||
<NativeDropdown
|
||||
testID="accountSettingsDropdownBtn"
|
||||
items={items}
|
||||
accessibilityLabel="Account options"
|
||||
accessibilityHint="">
|
||||
<FontAwesomeIcon
|
||||
icon="ellipsis-h"
|
||||
style={pal.textLight as FontAwesomeIconStyle}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue