visually align icon (#3831)

This commit is contained in:
Samuel Newman
2024-05-03 01:28:03 +01:00
committed by GitHub
parent 6405ad7cba
commit a9af83692c
2 changed files with 2 additions and 2 deletions
@@ -101,7 +101,7 @@ export function MessageInput({
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
]}
onPress={onSubmit}>
<PaperPlane fill={t.palette.white} />
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
</Pressable>
</View>
</View>
@@ -87,7 +87,7 @@ export function MessageInput({
{height: 30, width: 30, backgroundColor: t.palette.primary_500},
]}
onPress={onSubmit}>
<PaperPlane fill={t.palette.white} />
<PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />
</Pressable>
</View>
</View>