mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Refine accessibility
This commit is contained in:
@ -31,6 +31,7 @@ const ComponentAccount: React.FC<Props> = ({
|
||||
|
||||
return (
|
||||
<Pressable
|
||||
accessibilityRole='button'
|
||||
style={[styles.itemDefault, styles.itemAccount]}
|
||||
onPress={customOnPress || onPress}
|
||||
>
|
||||
|
Reference in New Issue
Block a user