fix: remove visual divider

This commit is contained in:
Harsh Shandilya 2024-04-24 23:44:13 +05:30
parent 12e57298af
commit 687cb32f7c
4 changed files with 5 additions and 5 deletions

View file

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