fix(common): slightly increase padding in LobstersCard

This commit is contained in:
Harsh Shandilya 2024-09-02 12:43:32 +05:30
parent 784dcf16f8
commit 1ebf610794
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:073465fa7a1cbf3c9ed1956451c59c72147c1ec5f7208d3bb648ede8d1411373
size 220590
oid sha256:10defb7f6abec5d8bd07e07625e30e5b68d3a330e87f157e8138688f8d7ef0aa
size 214795

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5911948ab89dfd264561c3ddbf90777477bed7b756375c452b2f2611b036644a
size 222316
oid sha256:64dd5c002c021774469d7d9a15433678a014f720b6cde2281fbbf20daee98712
size 216093

View file

@ -70,7 +70,7 @@ fun LobstersCard(post: UIPost, postActions: PostActions, modifier: Modifier = Mo
.fillMaxWidth()
.clickable { postActions.viewPost(post.shortId, post.url, post.commentsUrl) }
.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(
horizontalArrangement = Arrangement.spacedBy(8.dp),