To fix the black background in SwiftUI List, use:
List { // Your list content here } .listStyle(PlainListStyle()) .background(Color.white)