LobstersItem: adjust row weightage
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -69,9 +69,13 @@ fun LobstersItem(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
) {
|
||||
PostDetails(
|
||||
post,
|
||||
)
|
||||
Box(
|
||||
modifier = Modifier.weight(1f),
|
||||
) {
|
||||
PostDetails(
|
||||
post,
|
||||
)
|
||||
}
|
||||
SaveButton(
|
||||
isSaved,
|
||||
onSaveButtonClick,
|
||||
|
||||
Reference in New Issue
Block a user