remove explicit height/width
This commit is contained in:
@@ -57,11 +57,7 @@ export function HostingProvider({
|
|||||||
t.atoms.bg_contrast_100,
|
t.atoms.bg_contrast_100,
|
||||||
{marginLeft: 'auto', left: 6, padding: 6},
|
{marginLeft: 'auto', left: 6, padding: 6},
|
||||||
]}>
|
]}>
|
||||||
<Pencil
|
<Pencil style={{color: t.palette.contrast_500}} />
|
||||||
style={{color: t.palette.contrast_500}}
|
|
||||||
height={18}
|
|
||||||
width={18}
|
|
||||||
/>
|
|
||||||
</View>
|
</View>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user