@momo-kits/calculator-keyboard 0.153.2 → 0.154.1-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -131,12 +131,12 @@
|
|
|
131
131
|
if ([key isEqualToString:@"000"]) {
|
|
132
132
|
buttonFrame.size.width = buttonWidth * 2 + _separatorWidth;
|
|
133
133
|
}
|
|
134
|
-
|
|
134
|
+
|
|
135
135
|
button.frame = buttonFrame;
|
|
136
|
-
|
|
136
|
+
|
|
137
137
|
if ([key isEqualToString:@"back"]) {
|
|
138
138
|
[button setTitle:@"" forState:UIControlStateNormal];
|
|
139
|
-
UIImageSymbolConfiguration *config = [UIImageSymbolConfiguration
|
|
139
|
+
UIImageSymbolConfiguration *config = [UIImageSymbolConfiguration configurationWithPointSize:24 weight:UIImageSymbolWeightBold];
|
|
140
140
|
UIImage *image = [UIImage systemImageNamed:@"delete.backward" withConfiguration:config];
|
|
141
141
|
[button setImage:image forState:UIControlStateNormal];
|
|
142
142
|
button.tintColor = UIColor.blackColor;
|