mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +00:00
Reduce Icon size
Center Text
This commit is contained in:
parent
8f25025b76
commit
6e6a09f3fc
@ -53,12 +53,12 @@ fun ProductsListItem(
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
) {
|
||||
NetworkImage(
|
||||
modifier = Modifier.size(64.dp),
|
||||
modifier = Modifier.size(56.dp),
|
||||
data = imageData
|
||||
)
|
||||
|
||||
Column(
|
||||
modifier = Modifier.requiredHeight(64.dp)
|
||||
modifier = Modifier.wrapContentHeight()
|
||||
) {
|
||||
Row(
|
||||
modifier = Modifier
|
||||
|
Loading…
x
Reference in New Issue
Block a user