We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeabb4 commit 6af896bCopy full SHA for 6af896b
1 file changed
packages/mobile/src/harmony-native/components/Artwork.tsx
@@ -81,8 +81,6 @@ export const Artwork = (props: ArtworkProps) => {
81
borderRadius={borderRadius}
82
border='default'
83
shadow={shadow}
84
- w='100%'
85
- h='100%'
86
style={{ borderWidth }}
87
>
88
{isLoading && hasImageSource ? (
0 commit comments