Slims down the live headers

This commit is contained in:
Vitor Pamplona 2023-06-29 18:12:22 -04:00
parent e6f122d8b7
commit a7b3bac8f8

View File

@ -633,7 +633,7 @@ fun ChannelHeader(
Text(
text = summary,
color = MaterialTheme.colors.placeholderText,
maxLines = 2,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
fontSize = 12.sp
)