Fixed displaying search bar over almost full screen width
This commit is contained in:
parent
2339cba451
commit
d84da617ba
|
@ -98,7 +98,9 @@ struct AccountTransactionsDialog: View {
|
||||||
AmountLabel(amount: balanceOfFilteredTransactions)
|
AmountLabel(amount: balanceOfFilteredTransactions)
|
||||||
}
|
}
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
.padding(.bottom, 8)
|
||||||
}
|
}
|
||||||
|
.listRowInsets(EdgeInsets())
|
||||||
}
|
}
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
|
|
|
@ -54,8 +54,10 @@ struct SelectBankDialog: View {
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
.padding(.leading, 10)
|
.padding(.horizontal)
|
||||||
|
.padding(.bottom, 8)
|
||||||
}
|
}
|
||||||
|
.listRowInsets(EdgeInsets())
|
||||||
}
|
}
|
||||||
|
|
||||||
if supportedBanksSearchResults.isEmpty {
|
if supportedBanksSearchResults.isEmpty {
|
||||||
|
|
Loading…
Reference in New Issue