Fixed that empty space between title and amount wasn't tapable
This commit is contained in:
parent
6b922fc2c6
commit
184bd85a48
|
@ -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…
Reference in New Issue