Tune transparencies of decorations in long press menu

This commit is contained in:
Stypox 2025-02-14 14:13:41 +01:00
parent 1bb298be84
commit 612122c261
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -285,7 +285,7 @@ fun LongPressMenuHeader(
// only show duration if there is a thumbnail
if (item.thumbnailUrl != null) {
Surface(
color = Color.Black.copy(alpha = 0.6f),
color = Color.Black.copy(alpha = 0.5f),
contentColor = Color.White,
modifier = Modifier
.align(Alignment.BottomEnd)
@ -323,7 +323,7 @@ fun LongPressMenuHeader(
is LongPressable.Decoration.Playlist -> {
Surface(
color = Color.Black.copy(alpha = 0.6f),
color = Color.Black.copy(alpha = 0.4f),
contentColor = Color.White,
modifier = Modifier
.align(Alignment.TopEnd)