@compsych/mobile-ui 1.0.18 → 1.0.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compsych/mobile-ui",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "ComPsych React Native Design System — 19 mobile UI components with self-contained design tokens",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -184,9 +184,9 @@ export function Input({
184
184
  style={{
185
185
  flex: 1,
186
186
  fontSize: s.fontSize,
187
- lineHeight: s.lineHeight,
188
187
  color: textColor,
189
188
  includeFontPadding: false,
189
+ textAlignVertical: 'center',
190
190
  // Reset RN TextInput default padding/margin
191
191
  padding: 0,
192
192
  margin: 0,