Round the corners on single-image embeds a bit more
This commit is contained in:
@@ -65,7 +65,7 @@ export function PostEmbeds({
|
|||||||
<AutoSizedImage
|
<AutoSizedImage
|
||||||
uri={embed.images[0].thumb}
|
uri={embed.images[0].thumb}
|
||||||
onPress={() => openLightbox(0)}
|
onPress={() => openLightbox(0)}
|
||||||
containerStyle={{borderRadius: 4}}
|
containerStyle={{borderRadius: 8}}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user