Use correct placeholder shape in AlbumScreen
This commit is contained in:
parent
8612814387
commit
549e190965
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue