Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

Commit 70a46da

Browse files
committed
播放列表(系列影片)滚动到当前播放
1 parent b743e82 commit 70a46da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/yenaly/han1meviewer/ui/screen/video/VideoIntroductionScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ private fun PlaylistBottomSheet(
739739
.clip(androidx.compose.foundation.shape.RoundedCornerShape(12.dp))
740740
.background(
741741
if (item.isPlaying) {
742-
MaterialTheme.colorScheme.primaryContainer.copy(alpha = 0.45f)
742+
MaterialTheme.colorScheme.primaryContainer.copy(alpha = 0.65f)
743743
} else {
744744
MaterialTheme.colorScheme.surface
745745
}

0 commit comments

Comments
 (0)