Use correct placeholder shape in AlbumScreen

This commit is contained in:
vfsfitvnm 2022-10-03 16:27:02 +02:00
parent 8612814387
commit 549e190965

View file

@ -202,7 +202,7 @@ fun AlbumScreen(browseId: String) {
.shimmer()
.align(Alignment.CenterHorizontally)
.padding(all = 16.dp)
.clip(CircleShape)
.clip(thumbnailShape)
.fillMaxWidth()
.aspectRatio(1f)
.background(colorPalette.shimmer)