Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

remove explicit height/width

+1 -5
+1 -5
src/components/forms/HostingProvider.tsx
··· 57 57 t.atoms.bg_contrast_100, 58 58 {marginLeft: 'auto', left: 6, padding: 6}, 59 59 ]}> 60 - <Pencil 61 - style={{color: t.palette.contrast_500}} 62 - height={18} 63 - width={18} 64 - /> 60 + <Pencil style={{color: t.palette.contrast_500}} /> 65 61 </View> 66 62 </TouchableOpacity> 67 63 </>