Hi Rob, I was inspired by you (and others) talking about accessibility at conferences this year, keep up the good work!
I was trying out the ‘increased contrast’ option in the accessibility settings and found that colour sets in an asset catalog had a high contrast version you could specify, so assumed my SwiftUI views (that were using these colours) would automatically update when I toggled the option, but alas no… no change at all. My launch screen changes and UIKit seems to respond from code as well… do I need to do the changes myself? If so, I imagine I’d have to drop the high contrast options in the asset catalog and instead have different colours for different modes, such as primaryColour and primaryColourHighContrast?