remove explicit height/width

zio/stable
Samuel Newman 2024-03-19 21:30:41 +00:00
parent fd448a5fab
commit 717c53bea8
1 changed files with 1 additions and 5 deletions

View File

@ -57,11 +57,7 @@ export function HostingProvider({
t.atoms.bg_contrast_100,
{marginLeft: 'auto', left: 6, padding: 6},
]}>
<Pencil
style={{color: t.palette.contrast_500}}
height={18}
width={18}
/>
<Pencil style={{color: t.palette.contrast_500}} />
</View>
</TouchableOpacity>
</>