Use playlist icon instead of chevron up in PlayerBottomSheet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user