@hoddy-ui/next 2.0.43 → 2.0.44

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
@@ -1623,7 +1623,7 @@ var TextField2 = import_react16.default.forwardRef(
1623
1623
  height,
1624
1624
  overflow: "hidden",
1625
1625
  flexDirection: "row",
1626
- borderColor: error ? colors2.error.main : focused ? colors2[color].main : colors2.white[5],
1626
+ borderColor: error ? colors2.error.main : focused ? colors2[color].main : colors2.white[4],
1627
1627
  borderWidth: error ? 1 : focused ? 2 : 1,
1628
1628
  width: "100%",
1629
1629
  borderRadius: rounded ? 30 : 10,