This bug will not occur in a few cases:
- If I set the labels to .labelStyle(.titleOnly)
- If I set a hard scroll edge effect (because it doesn’t change color scheme for the underlying content)
Other things I tried:
- Seeing that text does not have this issue, I tried doing that gross thing of jamming an image inside of a text view (`Text(Image(systemName: "folder")) `) but since the picker is backed by a platform view, I'm guessing it doesn't know what to do there and it renders nothing.
- Disabling animations doesn't do anything (not with the transaction modifier or with the deprecated .animation(nil) modifier)
- For funsies, I put a huge screenshot of my entire desktop as an image in the picker and it exhibited the same bug