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
style={[
a.flex_1,
a.ml_md,
a.flex_row,
a.align_center,
a.justify_between,
{
height: 40,
marginLeft: 10,
},
]}>
<Text
@@ -189,7 +189,7 @@ export function ComposerPrompt() {
]}>
<Trans>What's up?</Trans>
</Text>
<View style={[a.flex_row, a.gap_md]}>
<View style={[a.flex_row, a.gap_md, a.pr_xs]}>
{IS_NATIVE && (
<Button
onPress={e => {