Tweak composer button label margin
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user