diff --git a/app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt b/app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt index 8cc3ec861..899e56502 100644 --- a/app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt +++ b/app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt @@ -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)