Hello! I was wondering if there was a way to make a NavigationLink in SwiftUI show up with a cusoum look that's not just the defaualt macOS button. (See attached photos). Thanks!
SwiftUI NavigationLink displaying as a button macOS
Apply either of these two modifiers to the NavigationLink
:
.buttonStyle(.plain)
.buttonStyle(.borderless)