Fixed displaying search bar over almost full screen width

This commit is contained in:
dankito 2020-09-09 13:41:05 +02:00
parent 2339cba451
commit d84da617ba
2 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,9 @@ struct AccountTransactionsDialog: View {
AmountLabel(amount: balanceOfFilteredTransactions) AmountLabel(amount: balanceOfFilteredTransactions)
} }
.padding(.horizontal) .padding(.horizontal)
.padding(.bottom, 8)
} }
.listRowInsets(EdgeInsets())
} }
Section { Section {

View File

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