Fix fullBleed variant

This commit is contained in:
Eric Bailey
2024-09-05 10:51:35 -05:00
parent 1cd849e8ec
commit bd2acce2c2
+1 -1
View File
@@ -84,7 +84,7 @@ export function ConstrainedImage({
a.rounded_sm,
a.overflow_hidden,
t.atoms.bg_contrast_25,
{aspectRatio: fullBleed ? 1 : aspectRatio},
fullBleed ? a.w_full : {aspectRatio},
]}>
{children}
</View>