fix button color

This commit is contained in:
Danmei Chen 2020-04-02 16:03:06 +02:00
parent 080907dc82
commit 15fda66881
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,8 @@
default:
break;
}
} else {
self.tintColor = [UIColor darkGrayColor];
}
}

View file

@ -39,6 +39,8 @@
default:
break;
}
} else {
self.tintColor = [UIColor darkGrayColor];
}
}