common: increase vertical padding inside LobstersItem

This commit is contained in:
Harsh Shandilya 2022-02-06 22:10:51 +05:30
parent 4a3d296041
commit 15da824d3e
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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}",