mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Fix AppAccountView touch area (#807)
This commit is contained in:
parent
867c52fe06
commit
a32e4f98bb
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ public struct AppAccountView: View {
|
||||||
Image(systemName: "chevron.right")
|
Image(systemName: "chevron.right")
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
}
|
}
|
||||||
|
.contentShape(Rectangle())
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
if appAccounts.currentAccount.id == viewModel.appAccount.id,
|
if appAccounts.currentAccount.id == viewModel.appAccount.id,
|
||||||
let account = viewModel.account
|
let account = viewModel.account
|
||||||
|
|
Loading…
Reference in a new issue