diff --git a/src/screens/Music/stacks/Album.tsx b/src/screens/Music/stacks/Album.tsx index 1c9496a6..3f1752c8 100644 --- a/src/screens/Music/stacks/Album.tsx +++ b/src/screens/Music/stacks/Album.tsx @@ -19,8 +19,8 @@ type Route = RouteProp; const Screen = Dimensions.get('screen'); const Cover = styled(AlbumImage)` - height: ${Screen.width / 2.8}; - width: ${Screen.width / 2.8}; + height: ${Screen.width / 2.8}px; + width: ${Screen.width / 2.8}px; border-radius: 12px; margin-bottom: 8px; `;