mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-07-28 12:02:19 +02:00
adds extra padding for the zap setup screen
This commit is contained in:
@@ -261,7 +261,7 @@ fun UpdateZapAmountDialog(
|
||||
) {
|
||||
Column {
|
||||
Row(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
modifier = Modifier.fillMaxWidth().padding(10.dp),
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
|
Reference in New Issue
Block a user