SwiftUI macOS Menu Bar App - Custom Button Style is unresponsive

Hey guys, I am hoping that you might help me out here. I created a small menu bar app for macOS, but the problem that I am facing is that any button style different than the DefaultButtonStyle() is not reacting correctly to my taps/mouse clicks. I tried adding the contentShape() modifier, but to no avail. Sometimes the custom button registers two clicks, and sometimes it doesn't register anything at all. Here's a little GIF that presents that inconsistent behaviour: https://preview.redd.it/x6qbeq50rct91.gif?format=mp4&s=396100c85954376de61394a1a70af73792b624e1

Thank you!

SwiftUI macOS Menu Bar App - Custom Button Style is unresponsive
 
 
Q