Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

visually align icon (#3831)

authored by

Samuel Newman and committed by
GitHub
a9af8369 6405ad7c

+2 -2
+1 -1
src/screens/Messages/Conversation/MessageInput.tsx
··· 101 101 {height: 30, width: 30, backgroundColor: t.palette.primary_500}, 102 102 ]} 103 103 onPress={onSubmit}> 104 - <PaperPlane fill={t.palette.white} /> 104 + <PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} /> 105 105 </Pressable> 106 106 </View> 107 107 </View>
+1 -1
src/screens/Messages/Conversation/MessageInput.web.tsx
··· 87 87 {height: 30, width: 30, backgroundColor: t.palette.primary_500}, 88 88 ]} 89 89 onPress={onSubmit}> 90 - <PaperPlane fill={t.palette.white} /> 90 + <PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} /> 91 91 </Pressable> 92 92 </View> 93 93 </View>