mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-31 07:50:46 +00:00
Clean some ui parameters
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user