fix blurhashed corner image

This commit is contained in:
Violet Caulfield
2025-01-26 19:02:07 -06:00
parent 8864b451d9
commit fa89e3ff33

View File

@@ -28,7 +28,7 @@ export default function BlurhashedImage({
: undefined;
return (
<View minHeight={height ?? width} minWidth={width}>
<View minHeight={height ?? width} minWidth={width} borderRadius={cornered ? 2: 25}>
{ isSuccess ? (
<Image