button.setTitleColor(.red, for: .normal)
Button(action: {self.buttonTapped()}) { Text("Button") .padding(.all, 12) .foregroundColor(.white) .background(Color.red) }
sender.backgroundColor = UIColor.green