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:
Paul Frazee 2023-09-22 17:04:47 -07:00 committed by GitHub
parent 88b95df200
commit b7697f08d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 52 additions and 32 deletions

View file

@ -230,7 +230,11 @@ export function UserAvatar({
// onSelectNewAvatar is only passed as prop on the EditProfile component
return onSelectNewAvatar ? (
<NativeDropdown testID="changeAvatarBtn" items={dropdownItems}>
<NativeDropdown
testID="changeAvatarBtn"
items={dropdownItems}
accessibilityLabel="Image options"
accessibilityHint="">
{avatar ? (
<HighPriorityImage
testID="userAvatarImage"