Revert "fix: remove visual divider"

It's better with it

This reverts commit 687cb32f7c.
This commit is contained in:
Harsh Shandilya 2024-04-30 01:16:17 +05:30
parent c79b7114fb
commit 54ec5a4c8d
3 changed files with 5 additions and 1 deletions

View file

@ -77,7 +77,7 @@ fun LobstersCard(
refresh()
}
.background(MaterialTheme.colorScheme.background)
.padding(start = 8.dp, bottom = 2.dp)
.padding(start = 8.dp)
) {
Row(
horizontalArrangement = Arrangement.spacedBy(8.dp),