struct Theme: Codable{
		 	 var color: Color
				var cards:[MemoryGame<CardContent>.Card]
				var name:String
		}
Here the var color: Color is not going to be Codable. So whats the solution.
1
0
2.5k