mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
adds extra padding for the zap setup screen
This commit is contained in:
parent
a5c4a53afe
commit
ae530ed813
@ -261,7 +261,7 @@ fun UpdateZapAmountDialog(
|
||||
) {
|
||||
Column {
|
||||
Row(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
modifier = Modifier.fillMaxWidth().padding(10.dp),
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user