@momo-kits/foundation 0.113.1-beta.1 → 0.113.1-beta.2

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.
Files changed (2) hide show
  1. package/Text/index.tsx +1 -1
  2. package/package.json +1 -1
package/Text/index.tsx CHANGED
@@ -158,7 +158,7 @@ const Text: React.FC<TextProps> = ({
158
158
  <Skeleton
159
159
  style={{
160
160
  position: 'absolute',
161
- height: textStyle?.lineHeight * 0.9 * (rest.numberOfLines ?? 1),
161
+ height: textStyle?.lineHeight * (rest.numberOfLines ?? 1),
162
162
  }}
163
163
  />
164
164
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.113.1-beta.1",
3
+ "version": "0.113.1-beta.2",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},