Fix gif alt text view

This commit is contained in:
Eric Bailey
2024-10-10 13:59:35 -05:00
parent aece02252c
commit 3fd773473e
@@ -114,6 +114,7 @@ export function GifEmbed({
return ( return (
<View <View
style={[ style={[
a.w_full,
a.rounded_md, a.rounded_md,
a.overflow_hidden, a.overflow_hidden,
a.mt_sm, a.mt_sm,