Skip to content

Commit 08a2ef3

Browse files
Fix stream thumbnail text color
1 parent 2aeea4b commit 08a2ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/org/schabi/newpipe/compose/stream/StreamThumbnail.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ fun StreamThumbnail(
3636

3737
Text(
3838
text = Localization.getDurationString(stream.duration),
39+
color = Color.White,
3940
style = MaterialTheme.typography.bodySmall,
4041
modifier = Modifier.padding(2.dp)
4142
.background(Color.Black.copy(alpha = 0.5f))

0 commit comments

Comments
 (0)