@fto-consult/expo-ui 2.26.5 → 2.26.6

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": "@fto-consult/expo-ui",
3
- "version": "2.26.5",
3
+ "version": "2.26.6",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -356,7 +356,7 @@ const TextFieldComponent = React.forwardRef((componentProps,inputRef)=>{
356
356
  inputStyle2,
357
357
  isNormalMode && styles.inputNormalMode,
358
358
  isShadowMode && styles.inputShadowMode,
359
- multiline && {paddingTop : 7},
359
+ multiline && {paddingTop : isFlatMode? 12 : 7},
360
360
  ],
361
361
  pointerEvents,
362
362
  secureTextEntry,