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