diff options
Diffstat (limited to 'src/view/com/util/post-embeds/ExternalGifEmbed.tsx')
-rw-r--r-- | src/view/com/util/post-embeds/ExternalGifEmbed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/ExternalGifEmbed.tsx b/src/view/com/util/post-embeds/ExternalGifEmbed.tsx index 1f966d710..6f1c88dcd 100644 --- a/src/view/com/util/post-embeds/ExternalGifEmbed.tsx +++ b/src/view/com/util/post-embeds/ExternalGifEmbed.tsx @@ -117,7 +117,7 @@ export function ExternalGifEmbed({ style={[ {height: imageDims.height}, styles.gifContainer, - a.rounded_sm, + a.rounded_md, a.overflow_hidden, { borderBottomLeftRadius: 0, |