@hoddy-ui/next 2.5.85 → 2.5.86

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
@@ -1611,7 +1611,7 @@ var TextField = ({
1611
1611
  paddingRight: (0, import_react_native_size_matters13.moderateScale)(10),
1612
1612
  paddingTop: "11@vs",
1613
1613
  fontFamily: getFontFamily(400),
1614
- color: colors2.black[1],
1614
+ color: disabled ? colors2.textSecondary.main : colors2.dark.main,
1615
1615
  zIndex: 10
1616
1616
  // backgroundColor: "#284",
1617
1617
  },
@@ -1913,7 +1913,7 @@ var TextField2 = import_react16.default.forwardRef(
1913
1913
  alignSelf: "stretch",
1914
1914
  paddingLeft: (0, import_react_native_size_matters13.moderateScale)(10),
1915
1915
  paddingRight: (0, import_react_native_size_matters13.moderateScale)(10),
1916
- color: colors2.dark.main,
1916
+ color: disabled ? colors2.textSecondary.main : colors2.dark.main,
1917
1917
  zIndex: 10
1918
1918
  // backgroundColor: "#284",
1919
1919
  },