Hard to tap button in SwiftUI navigation bar items
(One of) the following modifiers could help:
.imageScale(.large)
A image from SFSymbols has three sizes:
.small
for when using inline with text.medium
for use as an icon.large
for use as a button in a nav bar or bottom bar
.padding()
Adds padding around the image. The padding should also be tappable.