Tweak composer button label margin

This commit is contained in:
DS Boyce
2026-07-30 16:55:30 -07:00
parent a4f49a3bcd
commit 4828077a13
+2 -2
View File
@@ -173,12 +173,12 @@ export function ComposerPrompt() {
<View <View
style={[ style={[
a.flex_1, a.flex_1,
a.ml_md,
a.flex_row, a.flex_row,
a.align_center, a.align_center,
a.justify_between, a.justify_between,
{ {
height: 40, height: 40,
marginLeft: 10,
}, },
]}> ]}>
<Text <Text
@@ -189,7 +189,7 @@ export function ComposerPrompt() {
]}> ]}>
<Trans>What's up?</Trans> <Trans>What's up?</Trans>
</Text> </Text>
<View style={[a.flex_row, a.gap_md]}> <View style={[a.flex_row, a.gap_md, a.pr_xs]}>
{IS_NATIVE && ( {IS_NATIVE && (
<Button <Button
onPress={e => { onPress={e => {