mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix: remove visual divider
This commit is contained in:
parent
12e57298af
commit
687cb32f7c
4 changed files with 5 additions and 5 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue