parent
98af0e8678
commit
d639c40e17
|
@ -63,7 +63,6 @@ export function MessageInput({
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.py_sm,
|
|
||||||
a.px_sm,
|
a.px_sm,
|
||||||
a.pl_md,
|
a.pl_md,
|
||||||
t.atoms.bg_contrast_25,
|
t.atoms.bg_contrast_25,
|
||||||
|
@ -76,9 +75,10 @@ export function MessageInput({
|
||||||
a.border_0,
|
a.border_0,
|
||||||
t.atoms.text,
|
t.atoms.text,
|
||||||
{
|
{
|
||||||
|
paddingTop: 10,
|
||||||
|
paddingBottom: 12,
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
resize: 'none',
|
resize: 'none',
|
||||||
paddingTop: 4,
|
|
||||||
},
|
},
|
||||||
])}
|
])}
|
||||||
maxRows={12}
|
maxRows={12}
|
||||||
|
@ -98,7 +98,12 @@ export function MessageInput({
|
||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
|
{
|
||||||
|
height: 30,
|
||||||
|
width: 30,
|
||||||
|
marginTop: 6,
|
||||||
|
backgroundColor: t.palette.primary_500,
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
onPress={onSubmit}>
|
onPress={onSubmit}>
|
||||||
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
|
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
|
||||||
|
|
Loading…
Reference in New Issue