Round the corners on single-image embeds a bit more

zio/stable
Paul Frazee 2023-01-16 16:58:30 -06:00
parent 158945bbf6
commit f7d7c78611
1 changed files with 1 additions and 1 deletions

View File

@ -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>
) )