mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Clean some ui parameters
This commit is contained in:
parent
084e5f6bb7
commit
9acc793a8c
@ -45,7 +45,7 @@ fun ProductsListItem(
|
||||
}
|
||||
|
||||
ExpandableCard(
|
||||
modifier = Modifier.padding(horizontal = 8.dp, vertical = 8.dp),
|
||||
modifier = Modifier.padding(8.dp),
|
||||
onClick = { onUserClick(product) },
|
||||
expandedContent = {
|
||||
ExpandedItemContent(
|
||||
|
Loading…
x
Reference in New Issue
Block a user