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