mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-05 09:26:40 +00:00
extra space in the end of user list for android
This commit is contained in:
+2
-1
@@ -37,6 +37,7 @@ actual fun UserPickerInactiveUsersSection(
|
||||
}
|
||||
Spacer(Modifier.width(20.dp))
|
||||
}
|
||||
Spacer(Modifier.width(60.dp))
|
||||
}
|
||||
Box(
|
||||
contentAlignment = Alignment.CenterEnd,
|
||||
@@ -46,7 +47,7 @@ actual fun UserPickerInactiveUsersSection(
|
||||
horizontalArrangement = Arrangement.End,
|
||||
modifier = Modifier.fillMaxWidth().padding(end = DEFAULT_PADDING).height(60.dp)
|
||||
) {
|
||||
Canvas(modifier = Modifier.height(60.dp).width(200.dp)) {
|
||||
Canvas(modifier = Modifier.height(60.dp).width(100.dp)) {
|
||||
drawRect(
|
||||
brush = Brush.linearGradient(
|
||||
colors = listOf(
|
||||
|
||||
Reference in New Issue
Block a user