diff --git a/Tusker/Views/Poll/PollOptionCheckboxView.swift b/Tusker/Views/Poll/PollOptionCheckboxView.swift index 7f940cce81..d9a53d44b3 100644 --- a/Tusker/Views/Poll/PollOptionCheckboxView.swift +++ b/Tusker/Views/Poll/PollOptionCheckboxView.swift @@ -68,7 +68,7 @@ class PollOptionCheckboxView: UIView { layer.borderColor = UIColor.gray.cgColor } backgroundColor = isChecked && !voted ? tintColor : .clear - imageView.tintColor = voted ? .black : .white + imageView.tintColor = voted ? .label : .white } }