I have a very simple page in my storyboard to create/edit a note. It's a basic ViewController, and the only content of the view is a UITextField for the title of the note, and a UITextView for the body of it, positioned right below.
Both the body field and the title field use the default label color, as well as the default white background (which should switch to black in dark mode). I'm completely lost as to why the UITextField does not switch automatically. Am I missing something about these elements? Screenshot below: