This feels like the world's tiniest SwiftUI tip, but in case it helps: the saturation() modifier can go beyond 1.0 to oversaturate colors. This is helpful when saturation has been lost, like with the blur effect shown here β it looks washed out with saturation 1, but great at 2+.
Here's another tiny SwiftUI tip for you: read
Environment(\.isSceneCaptured) to check whether your app is currently being recorded, mirrored, or streamed via AirPlay β it's great for hiding things that shouldn't be in the video!

