Fixed indent
This commit is contained in:
parent
b2a7b19e03
commit
98d405687b
|
@ -156,10 +156,10 @@ struct TransferMoneyDialog: View {
|
|||
|
||||
Section {
|
||||
VStack {
|
||||
Text("Usage")
|
||||
.alignHorizontally(.leading)
|
||||
Text("Usage")
|
||||
.alignHorizontally(.leading)
|
||||
|
||||
UIKitTextField("Enter usage", text: $usage, actionOnReturnKeyPress: handleReturnKeyPress, textChanged: validateUsage)
|
||||
UIKitTextField("Enter usage", text: $usage, actionOnReturnKeyPress: handleReturnKeyPress, textChanged: validateUsage)
|
||||
}
|
||||
|
||||
usageValidationResult.map { validationError in
|
||||
|
|
Loading…
Reference in New Issue