@momo-kits/native-kits 0.151.2-test.7 → 0.151.2-test.8

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.
@@ -168,7 +168,7 @@ fun RenderLeading(
168
168
  composition = composition,
169
169
  progress = { progress }
170
170
  ),
171
- modifier = Modifier.size(iconSize - 4.dp),
171
+ modifier = Modifier.size(iconSize),
172
172
  )
173
173
  }
174
174
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.151.2-test.7",
3
+ "version": "0.151.2-test.8",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@momo-platform/native-max-api": "1.0.18"