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 12, 2024
1 parent 7d99e25 commit 4ed51cb
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 4ed51cb

Please sign in to comment.