mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-07-06 20:12:57 +00:00
Fix stream thumbnail text color
This commit is contained in:
parent
7501f2f9ee
commit
c978fb7c3e
@ -36,6 +36,7 @@ fun StreamThumbnail(
|
||||
|
||||
Text(
|
||||
text = Localization.getDurationString(stream.duration),
|
||||
color = Color.White,
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
modifier = Modifier.padding(2.dp)
|
||||
.background(Color.Black.copy(alpha = 0.5f))
|
||||
|
Loading…
x
Reference in New Issue
Block a user