@hoddy-ui/next 2.5.98 → 2.5.99

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/dist/index.js CHANGED
@@ -1711,6 +1711,7 @@ var TextFieldBase = import_react16.default.forwardRef(
1711
1711
  fontSize: "14@ms",
1712
1712
  flex: 1,
1713
1713
  alignSelf: "stretch",
1714
+ padding: 0,
1714
1715
  paddingLeft: inputPadding,
1715
1716
  lineHeight: "18@ms",
1716
1717
  paddingRight: (0, import_react_native_size_matters13.moderateScale)(10),
@@ -1873,7 +1874,6 @@ var TextFieldBase = import_react16.default.forwardRef(
1873
1874
  placeholder: labelOpen ? placeholder : "",
1874
1875
  selectTextOnFocus: !disabled,
1875
1876
  onSubmitEditing,
1876
- verticalAlign: "middle",
1877
1877
  multiline,
1878
1878
  textAlignVertical: multiline ? "top" : "center",
1879
1879
  ...formProps,