I have an NSViewController XIB that I am trying to adapt to Dark Mode. In Interface Builder, the label in question seems to change the text correctly, however at runtime, the text is back to its default. I do not modify the label in code at all.
I'd appreciate any help!