mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 18:36:37 +02:00
Reduce the space between display name and status.
This commit is contained in:
@@ -220,7 +220,6 @@ fun ProfileContent(
|
|||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
overflow = TextOverflow.Ellipsis,
|
overflow = TextOverflow.Ellipsis,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(top = 15.dp)
|
|
||||||
.clickable(
|
.clickable(
|
||||||
onClick = {
|
onClick = {
|
||||||
nav(route)
|
nav(route)
|
||||||
|
Reference in New Issue
Block a user