visually align icon (#3831)
parent
6405ad7cba
commit
a9af83692c
|
@ -101,7 +101,7 @@ export function MessageInput({
|
||||||
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
|
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
|
||||||
]}
|
]}
|
||||||
onPress={onSubmit}>
|
onPress={onSubmit}>
|
||||||
<PaperPlane fill={t.palette.white} />
|
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
|
@ -87,7 +87,7 @@ export function MessageInput({
|
||||||
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
|
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
|
||||||
]}
|
]}
|
||||||
onPress={onSubmit}>
|
onPress={onSubmit}>
|
||||||
<PaperPlane fill={t.palette.white} />
|
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue