mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 12:17:02 +05:30
fix(common): slightly increase padding in LobstersCard
This commit is contained in:
parent
784dcf16f8
commit
1ebf610794
3 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:073465fa7a1cbf3c9ed1956451c59c72147c1ec5f7208d3bb648ede8d1411373
|
oid sha256:10defb7f6abec5d8bd07e07625e30e5b68d3a330e87f157e8138688f8d7ef0aa
|
||||||
size 220590
|
size 214795
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5911948ab89dfd264561c3ddbf90777477bed7b756375c452b2f2611b036644a
|
oid sha256:64dd5c002c021774469d7d9a15433678a014f720b6cde2281fbbf20daee98712
|
||||||
size 222316
|
size 216093
|
||||||
|
|
|
@ -70,7 +70,7 @@ fun LobstersCard(post: UIPost, postActions: PostActions, modifier: Modifier = Mo
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.clickable { postActions.viewPost(post.shortId, post.url, post.commentsUrl) }
|
.clickable { postActions.viewPost(post.shortId, post.url, post.commentsUrl) }
|
||||||
.background(MaterialTheme.colorScheme.background)
|
.background(MaterialTheme.colorScheme.background)
|
||||||
.padding(start = 8.dp, top = 2.dp, bottom = 2.dp)
|
.padding(start = 8.dp, top = 4.dp, bottom = 4.dp)
|
||||||
) {
|
) {
|
||||||
Row(
|
Row(
|
||||||
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue