Update ProfileScreen.kt
This commit is contained in:
@@ -430,12 +430,13 @@ private fun DrawAdditionalInfo(baseUser: User, account: Account, accountViewMode
|
|||||||
fontSize = 25.sp
|
fontSize = 25.sp
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Row(verticalAlignment = Alignment.CenterVertically) {
|
||||||
user.bestUsername()?.let {
|
user.bestUsername()?.let {
|
||||||
Text(
|
Text(
|
||||||
"@$it",
|
"@$it",
|
||||||
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
|
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
|
||||||
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp, start = 5.dp)
|
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user