Use correct placeholder shape in AlbumScreen
This commit is contained in:
@@ -202,7 +202,7 @@ fun AlbumScreen(browseId: String) {
|
|||||||
.shimmer()
|
.shimmer()
|
||||||
.align(Alignment.CenterHorizontally)
|
.align(Alignment.CenterHorizontally)
|
||||||
.padding(all = 16.dp)
|
.padding(all = 16.dp)
|
||||||
.clip(CircleShape)
|
.clip(thumbnailShape)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.aspectRatio(1f)
|
.aspectRatio(1f)
|
||||||
.background(colorPalette.shimmer)
|
.background(colorPalette.shimmer)
|
||||||
|
|||||||
Reference in New Issue
Block a user