Fixed indent

This commit is contained in:
dankito 2020-09-07 17:00:12 +02:00
parent b2a7b19e03
commit 98d405687b
1 changed files with 4 additions and 4 deletions

View File

@ -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