Skip to content

Commit

Permalink
Fix stream thumbnail text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Jul 28, 2024
1 parent 7501f2f commit c978fb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c978fb7

Please sign in to comment.