struct ContentView: View {
   var body: some View {
      Color("MyColor")
         .frame(width: 250, height: 100)
   }
}