There is a black bar at the top of my Widget and I can't seem to figure out how to get rid of it.
Code Block struct A1EntryView : View { var entry: Provider.Entry var body: some View { Text("Temp") .frame(maxHeight: .infinity) .background(Color(.red)) .ignoresSafeArea(.all) } }