2
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
- (UILabel *)amountLabel {
|
||||
if (!_amountLabel) {
|
||||
_amountLabel = [UILabel new];
|
||||
_amountLabel.text = @"88.00";
|
||||
_amountLabel.text = @"00.00";
|
||||
_amountLabel.textColor = [UIColor colorWithHex:KBColorValue];
|
||||
_amountLabel.font = [KBFont bold:40];
|
||||
_amountLabel.adjustsFontSizeToFitWidth = YES;
|
||||
|
||||
Reference in New Issue
Block a user