updated green color
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
a00ffcc1ab
commit
45daa6fe95
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user