mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-24 03:58:45 -06:00
fix blurhashed corner image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user