Compose: reduce search bar space

This commit is contained in:
MM20 2021-09-24 21:35:15 +02:00
parent d1244ae198
commit ab538badd9
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -49,7 +49,7 @@ fun SearchColumn(
// Search bar space
Spacer(
modifier = Modifier.requiredHeight(
72.dp
64.dp
)
)
}