Improve MediaItemMenu UI

This commit is contained in:
vfsfitvnm
2022-10-07 12:08:52 +02:00
parent 3364bb9f30
commit b2ad011cfd
13 changed files with 440 additions and 431 deletions

View File

@@ -152,7 +152,7 @@ fun SongItem(
text = title ?: "",
style = typography.xs.semiBold,
maxLines = 1,
overflow = TextOverflow.Clip,
overflow = TextOverflow.Ellipsis,
modifier = Modifier
.weight(1f)
)