Skip to content

Commit

Permalink
More padding
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Jan 13, 2023
1 parent 5adb5fa commit c43271d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private fun StatusCard(
modifier = Modifier.fillMaxWidth().padding(MaterialTheme.keylines.content),
) {
Row(
modifier = Modifier.fillMaxWidth().padding(bottom = MaterialTheme.keylines.baseline),
modifier = Modifier.fillMaxWidth().padding(bottom = MaterialTheme.keylines.content),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.SpaceEvenly,
) {
Expand Down

0 comments on commit c43271d

Please sign in to comment.