@hoddy-ui/next 2.0.16 → 2.0.18

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.mjs CHANGED
@@ -1545,13 +1545,13 @@ var TextField2 = ({
1545
1545
  alignSelf: "stretch",
1546
1546
  paddingLeft: moderateScale3(10),
1547
1547
  paddingRight: moderateScale3(10),
1548
- color: colors2.dark.light,
1548
+ color: colors2.dark.main,
1549
1549
  zIndex: 10
1550
1550
  // backgroundColor: "#284",
1551
1551
  },
1552
1552
  inputText: {
1553
1553
  fontSize: "14@ms",
1554
- color: colors2.dark.light,
1554
+ color: colors2.dark.main,
1555
1555
  paddingLeft: moderateScale3(10)
1556
1556
  },
1557
1557
  placeholder: {