My app works fine for iOS versions below 13.0 but when i updated the device to iOS 13 and chose Dark Mode, the labels are going white(which were black earlier) automatically whi
TextField(placeholder, text: self.$value) .colorScheme(.light)
You should add colorScheme attribute to avoid the textfield from dark mode.