Skip to content

Commit 6af896b

Browse files
authored
Fix mobile artwork (#13820)
1 parent dfeabb4 commit 6af896b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/mobile/src/harmony-native/components

packages/mobile/src/harmony-native/components/Artwork.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export const Artwork = (props: ArtworkProps) => {
8181
borderRadius={borderRadius}
8282
border='default'
8383
shadow={shadow}
84-
w='100%'
85-
h='100%'
8684
style={{ borderWidth }}
8785
>
8886
{isLoading && hasImageSource ? (

0 commit comments

Comments
 (0)