[Clipclops] Minor web tweaks (#3822)

* add a11y + onPress to web send button

* only adjust leading on web, due to overflow issue
This commit is contained in:
Samuel Newman 2024-05-02 18:00:42 +01:00 committed by GitHub
parent bff055f618
commit dadf27fd2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -78,12 +78,15 @@ export function MessageInput({
/>
<Pressable
accessibilityRole="button"
accessibilityLabel={_(msg`Send message`)}
accessibilityHint=""
style={[
a.rounded_full,
a.align_center,
a.justify_center,
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
]}>
]}
onPress={onSubmit}>
<PaperPlane fill={t.palette.white} />
</Pressable>
</View>