@momo-kits/foundation 0.155.1-ds365.1 → 0.155.1-test.3

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/Input/Input.tsx +1 -1
  2. package/package.json +1 -1
package/Input/Input.tsx CHANGED
@@ -194,7 +194,7 @@ const Input = forwardRef(
194
194
  color: textColor,
195
195
  fontFamily: exportFontFamily(fontWeight ?? 'regular'),
196
196
  },
197
- secure && haveValue && { fontSize: scaledFontSize },
197
+ secure && haveValue && { letterSpacing: 2 },
198
198
  ]}
199
199
  defaultValue={defaultValue}
200
200
  allowFontScaling={false}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.155.1-ds365.1",
3
+ "version": "0.155.1-test.3",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},