fix lint warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-06-12 16:42:22 +02:00
parent b576c3fe20
commit c34260786a
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -45,7 +45,7 @@ fun ContactsItem(contacts: List<AutocompleteUser>, contactsViewModel: ContactsVi
modifier = Modifier
.fillMaxWidth(),
contentPadding = PaddingValues(
top = 10.dp,
top = 10.dp,
bottom = 40.dp,
start = 10.dp,
end = 10.dp