The following is the UIImageView, using SFSymbol face.smiling
UIImageViewbackground is pink colorUIImageViewtint is black color
When I switch my app to dark mode, the smiling face which use to be transparent color, has became solid black color.
The face line (eye, mouth, face border) used to be solid black color, had became transparent color.
I would like to avoid such outcome. Is there a way, to force UIImageView load SFSymbol in light mode, even though the entire app is using dark mode?
Here's the the testing looks like - https://www.youtube.com/watch?v=Rhf9nn5vdK4 (This happens same when I test using real device and simulator)
Thanks.

