mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 03:19:19 +00:00
Fix repository description
This commit is contained in:
@ -82,11 +82,11 @@ private fun RepositoryItemText(
|
||||
verticalArrangement = Arrangement.spacedBy(8.dp)
|
||||
) {
|
||||
Text(
|
||||
text = repositoryName,
|
||||
text = repositoryName.trim(),
|
||||
style = MaterialTheme.typography.titleMedium,
|
||||
maxLines = 1
|
||||
)
|
||||
repositoryDescription?.let {
|
||||
repositoryDescription?.trim()?.let {
|
||||
Text(
|
||||
text = it,
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
|
Reference in New Issue
Block a user