Fixed that empty space between title and amount wasn't tapable
This commit is contained in:
parent
6b922fc2c6
commit
184bd85a48
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ struct BankListItem : View {
|
|||
AmountLabel(amount: bank.balance)
|
||||
}
|
||||
.frame(height: 35)
|
||||
.background(Color.systemBackground) // make background tapable
|
||||
.contextMenu {
|
||||
Button(action: { self.navigateToBankSettingsDialog() }) {
|
||||
HStack {
|
||||
|
|
Loading…
Add table
Reference in a new issue