Fixed indent
This commit is contained in:
parent
b2a7b19e03
commit
98d405687b
1 changed files with 4 additions and 4 deletions
|
@ -156,10 +156,10 @@ struct TransferMoneyDialog: View {
|
|||
|
||||
Section {
|
||||
VStack {
|
||||
Text("Usage")
|
||||
.alignHorizontally(.leading)
|
||||
|
||||
UIKitTextField("Enter usage", text: $usage, actionOnReturnKeyPress: handleReturnKeyPress, textChanged: validateUsage)
|
||||
Text("Usage")
|
||||
.alignHorizontally(.leading)
|
||||
|
||||
UIKitTextField("Enter usage", text: $usage, actionOnReturnKeyPress: handleReturnKeyPress, textChanged: validateUsage)
|
||||
}
|
||||
|
||||
usageValidationResult.map { validationError in
|
||||
|
|
Loading…
Add table
Reference in a new issue