Fix UI disparities

This commit is contained in:
vfsfitvnm
2022-07-06 23:08:06 +02:00
parent 749e995d42
commit bde063995a
2 changed files with 33 additions and 20 deletions

View File

@@ -142,7 +142,7 @@ fun PlayerView(
)
BasicText(
text = playerState.mediaMetadata.artist?.toString() ?: "",
style = typography.xs,
style = typography.xs.semiBold.secondary,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)