@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.mjs CHANGED
@@ -1585,7 +1585,7 @@ var TextField2 = React15.forwardRef(
1585
1585
  height,
1586
1586
  overflow: "hidden",
1587
1587
  flexDirection: "row",
1588
- borderColor: error ? colors2.error.main : focused ? colors2[color].main : colors2.white[5],
1588
+ borderColor: error ? colors2.error.main : focused ? colors2[color].main : colors2.white[4],
1589
1589
  borderWidth: error ? 1 : focused ? 2 : 1,
1590
1590
  width: "100%",
1591
1591
  borderRadius: rounded ? 30 : 10,