updated green color

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-11-21 11:28:05 -06:00
parent a00ffcc1ab
commit 45daa6fe95

View File

@ -25,7 +25,7 @@ class MenuCell: UITableViewCell {
didSet {
if completed {
statusImage.image = UIImage(systemName: "checkmark.circle")
statusImage.tintColor = VDSColor.paletteGreen34
statusImage.tintColor = VDSColor.paletteGreen26
} else {
statusImage.image = UIImage(systemName: "xmark.circle")
statusImage.tintColor = VDSColor.paletteRed