IOS-95: Mark filter buttons as a11y buttons (#1011)

This commit is contained in:
Marcus Kida 2023-04-17 21:51:15 +02:00 committed by GitHub
parent ad5070d2b9
commit 75bde8258f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ extension CategoryPickerSection {
cell.isAccessibilityElement = true
cell.accessibilityLabel = item.accessibilityDescription
cell.accessibilityTraits = .button
return cell
}
}