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)
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.padding(.bottom, 8)
|
||||
}
|
||||
.listRowInsets(EdgeInsets())
|
||||
}
|
||||
|
||||
Section {
|
||||
|
|
|
@ -54,8 +54,10 @@ struct SelectBankDialog: View {
|
|||
|
||||
Spacer()
|
||||
}
|
||||
.padding(.leading, 10)
|
||||
.padding(.horizontal)
|
||||
.padding(.bottom, 8)
|
||||
}
|
||||
.listRowInsets(EdgeInsets())
|
||||
}
|
||||
|
||||
if supportedBanksSearchResults.isEmpty {
|
||||
|
|
Loading…
Reference in New Issue