mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
common: increase vertical padding inside LobstersItem
This commit is contained in:
parent
4a3d296041
commit
15da824d3e
1 changed files with 2 additions and 0 deletions
|
@ -91,9 +91,11 @@ fun PostDetails(
|
||||||
) {
|
) {
|
||||||
PostTitle(
|
PostTitle(
|
||||||
title = post.title,
|
title = post.title,
|
||||||
|
modifier = Modifier.padding(bottom = 4.dp),
|
||||||
)
|
)
|
||||||
TagRow(
|
TagRow(
|
||||||
tags = post.tags,
|
tags = post.tags,
|
||||||
|
modifier = Modifier.padding(bottom = 4.dp),
|
||||||
)
|
)
|
||||||
SubmitterName(
|
SubmitterName(
|
||||||
text = "Submitted by ${post.submitterName}",
|
text = "Submitted by ${post.submitterName}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue