修改颜色

This commit is contained in:
2026-01-07 14:32:49 +08:00
parent 0965cd3c7e
commit 1b0af3e2d6
3 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@
if (joined) {
//
[self.actionButton setTitle:@"✓" forState:UIControlStateNormal];
[self.actionButton setTitleColor:[UIColor colorWithWhite:0.45 alpha:1] forState:UIControlStateNormal];
[self.actionButton setTitleColor:[UIColor colorWithHex:0xBCBCBC] forState:UIControlStateNormal];
self.actionButton.backgroundColor = [UIColor colorWithWhite:0.92 alpha:1];
} else {
// 绿

View File

@@ -281,7 +281,7 @@
if (added) {
// +
[button setTitle:@"✓" forState:UIControlStateNormal];
[button setTitleColor:[UIColor colorWithWhite:0.45 alpha:1.0] forState:UIControlStateNormal];
[button setTitleColor:[UIColor colorWithHex:0xBCBCBC] forState:UIControlStateNormal];
button.backgroundColor = [UIColor colorWithWhite:0.92 alpha:1.0];
button.enabled = NO;
} else {