1
This commit is contained in:
@@ -170,7 +170,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
|
||||
make.right.equalTo(self.bottomContainer).offset(-24);
|
||||
make.bottom.equalTo(self.agreementLabel.mas_top).offset(-14);
|
||||
make.top.equalTo(self.bottomContainer).offset(16);
|
||||
make.height.mas_equalTo(58);
|
||||
make.height.mas_equalTo(51);
|
||||
}];
|
||||
}
|
||||
|
||||
@@ -348,7 +348,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
|
||||
_payButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_payButton setTitle:KBLocalized(@"Recharge Now") forState:UIControlStateNormal];
|
||||
_payButton.titleLabel.font = [KBFont medium:15];
|
||||
_payButton.layer.cornerRadius = 29;
|
||||
_payButton.layer.cornerRadius = 10;
|
||||
_payButton.clipsToBounds = YES;
|
||||
_payButton.backgroundColor = [UIColor colorWithHex:0x222222];
|
||||
[_payButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
|
||||
Reference in New Issue
Block a user