Skip to content

Commit

Permalink
adds extra padding for the zap setup screen
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Oct 30, 2024
1 parent a5c4a53 commit ae530ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fun UpdateZapAmountDialog(
) {
Column {
Row(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.fillMaxWidth().padding(10.dp),
horizontalArrangement = Arrangement.SpaceBetween,
verticalAlignment = Alignment.CenterVertically,
) {
Expand Down

0 comments on commit ae530ed

Please sign in to comment.