@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1676,6 +1676,7 @@ var TextFieldBase = React15.forwardRef(
|
|
|
1676
1676
|
fontSize: "14@ms",
|
|
1677
1677
|
flex: 1,
|
|
1678
1678
|
alignSelf: "stretch",
|
|
1679
|
+
padding: 0,
|
|
1679
1680
|
paddingLeft: inputPadding,
|
|
1680
1681
|
lineHeight: "18@ms",
|
|
1681
1682
|
paddingRight: moderateScale2(10),
|
|
@@ -1838,7 +1839,6 @@ var TextFieldBase = React15.forwardRef(
|
|
|
1838
1839
|
placeholder: labelOpen ? placeholder : "",
|
|
1839
1840
|
selectTextOnFocus: !disabled,
|
|
1840
1841
|
onSubmitEditing,
|
|
1841
|
-
verticalAlign: "middle",
|
|
1842
1842
|
multiline,
|
|
1843
1843
|
textAlignVertical: multiline ? "top" : "center",
|
|
1844
1844
|
...formProps,
|