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()
|
.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)
|
||||||
|
|
Loading…
Reference in a new issue