Remove shadows

This commit is contained in:
vfsfitvnm
2022-07-27 17:28:18 +02:00
parent f5a0c2fe09
commit 4e460a1427
4 changed files with 4 additions and 11 deletions

View File

@@ -212,7 +212,6 @@ fun CurrentPlaylistView(
interactionSource = remember { MutableInteractionSource() },
onClick = layoutState::collapseSoft
)
.shadow(elevation = 8.dp)
.height(64.dp)
.background(colorPalette.elevatedBackground)
.fillMaxWidth()