mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
Revert "fix: remove visual divider"
It's better with it
This reverts commit 687cb32f7c
.
This commit is contained in:
parent
c79b7114fb
commit
54ec5a4c8d
3 changed files with 5 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue