mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 22:54:29 +00:00
update android space between badges
This commit is contained in:
+1
-2
@@ -33,11 +33,10 @@ actual fun UserPickerInactiveUsersSection(
|
||||
Box {
|
||||
Row(modifier = Modifier.padding(end = DEFAULT_PADDING).horizontalScroll(scrollState)) {
|
||||
users.forEach { u ->
|
||||
val size = 60
|
||||
UserPickerInactiveUserBadge(u, stopped) {
|
||||
onUserClicked(it)
|
||||
}
|
||||
Spacer(Modifier.width((size * 0.618).dp))
|
||||
Spacer(Modifier.width(20.dp))
|
||||
}
|
||||
}
|
||||
Box(
|
||||
|
||||
Reference in New Issue
Block a user