@wecareu/input-text 0.1.2 → 0.1.4

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": "@wecareu/input-text",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Campo de texto controlado do design system WeCareU com suporte a ícones e feedback de erro",
5
5
  "keywords": [
6
6
  "react-native",
package/src/InputText.tsx CHANGED
@@ -258,7 +258,7 @@ function createStyles(theme: Theme) {
258
258
  borderRadius: theme.radius.xxl,
259
259
  borderWidth: 1,
260
260
  flexDirection: 'row',
261
- height: theme.typography.lineHeight.bodySmall + theme.spacing.sm * 2,
261
+ height: theme.typography.lineHeight.bodySmall + (theme.spacing.md * 2),
262
262
  paddingHorizontal: theme.spacing.md,
263
263
  width: '100%'
264
264
  },