@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 configurationWithWeight:UIImageSymbolWeightBold];
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/calculator-keyboard",
3
- "version": "0.153.2",
3
+ "version": "0.154.1-beta.10",
4
4
  "description": "react native calculator keyboard",
5
5
  "main": "./src/index.tsx",
6
6
  "files": [