mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 11:27:01 +05:30
app: increase horizontal padding in LobstersItem
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
542b6c4e1a
commit
156c58e544
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ fun LobstersItem(
|
|||
),
|
||||
) {
|
||||
ConstraintLayout(
|
||||
modifier = Modifier.padding(start = 4.dp, end = 4.dp),
|
||||
modifier = Modifier.padding(start = 12.dp, end = 12.dp),
|
||||
) {
|
||||
val (title, tags, avatar, submitter, saveButton) = createRefs()
|
||||
Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue