We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cb424 commit ad27e7fCopy full SHA for ad27e7f
app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt
@@ -285,7 +285,7 @@ fun LongPressMenuHeader(
285
// only show duration if there is a thumbnail
286
if (item.thumbnailUrl != null) {
287
Surface(
288
- color = Color.Black.copy(alpha = 0.6f),
+ color = Color.Black.copy(alpha = 0.5f),
289
contentColor = Color.White,
290
modifier = Modifier
291
.align(Alignment.BottomEnd)
@@ -323,7 +323,7 @@ fun LongPressMenuHeader(
323
324
is LongPressable.Decoration.Playlist -> {
325
326
+ color = Color.Black.copy(alpha = 0.4f),
327
328
329
.align(Alignment.TopEnd)
0 commit comments