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 2aeea4b commit 08a2ef3Copy full SHA for 08a2ef3
app/src/main/java/org/schabi/newpipe/compose/stream/StreamThumbnail.kt
@@ -36,6 +36,7 @@ fun StreamThumbnail(
36
37
Text(
38
text = Localization.getDurationString(stream.duration),
39
+ color = Color.White,
40
style = MaterialTheme.typography.bodySmall,
41
modifier = Modifier.padding(2.dp)
42
.background(Color.Black.copy(alpha = 0.5f))
0 commit comments