Use playlist icon instead of chevron up in PlayerBottomSheet

This commit is contained in:
vfsfitvnm
2022-08-10 14:25:12 +02:00
parent 58b48dde86
commit 7ca6859063
3 changed files with 1 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ fun PlayerBottomSheet(
.fillMaxSize()
) {
Image(
painter = painterResource(R.drawable.chevron_up),
painter = painterResource(R.drawable.playlist),
contentDescription = null,
colorFilter = ColorFilter.tint(colorPalette.text),
modifier = Modifier