Using XCode 12 Beta, setting the background on the new SwiftUI TextEditor() view doesn't seem to be working. Is this by design?
Code Block TextEditor(text: $text) .background(Color.red) .foregroundColor(Color.black)