Round the corners on single-image embeds a bit more
This commit is contained in:
parent
158945bbf6
commit
f7d7c78611
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export function PostEmbeds({
|
|||
<AutoSizedImage
|
||||
uri={embed.images[0].thumb}
|
||||
onPress={() => openLightbox(0)}
|
||||
containerStyle={{borderRadius: 4}}
|
||||
containerStyle={{borderRadius: 8}}
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue