[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:
parent
bff055f618
commit
dadf27fd2f
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue