extra space in the end of user list for android

This commit is contained in:
Diogo
2024-09-05 14:07:42 +01:00
parent fbb776a14a
commit 3f92e0f249
@@ -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(