mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix repository description
This commit is contained in:
parent
5dfd04e8dc
commit
8f25025b76
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user