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