changeset 4476 | 4bf74e158f44 |
parent 4356 | d1d26f8963a3 |
child 4976 | 088d40d8aba2 |
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Tue Dec 07 01:18:43 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Wed Dec 08 14:47:52 2010 +0100 @@ -146,7 +146,7 @@ cell.accessoryView = self.syncSwitch; } - cell.backgroundColor = [UIColor blackColor]; + cell.backgroundColor = UICOLOR_HW_ALMOSTBLACK; cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT; cell.detailTextLabel.textColor = [UIColor whiteColor]; return cell;