Here's a fun widget dilemma…

Setting iOS 18's .widgetAccentedRenderingMode(.desaturated) on an Image that is the content of a Button with an interactive intent breaks its clickability? 👀

Just me, or am I doing something wrong?

@_Davidsmith?

@stroughtonsmith 😔 I've seen exactly the same behavior, I never worked out if there was a workaround. Just changed my design and moved on.
@_Davidsmith I expect you might be able to zstack another view on top of the Image() with a 0.1 opacity? I'll test it out
@stroughtonsmith @_Davidsmith overall I’m a huge fan of SwiftUI and prefer it, but it’s stuff like this that really grinds my gears and has me itching to go play around with UIKit for a little.