dhre-ui-kit 0.0.164 → 0.0.165

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/lib/index.mjs CHANGED
@@ -3237,7 +3237,7 @@ const CommonTextInput = (props) => {
3237
3237
  mode: "outlined",
3238
3238
  outlineStyle: {
3239
3239
  ...styles$8.outlineStyle,
3240
- borderColor: errorMessage?.length ? DHRE_DEFAULT.DH_ERROR : value?.length ? activeBorderColor : inactiveBorderColor
3240
+ borderColor: errorMessage?.length ? DHRE_DEFAULT.DH_SEMENTIC_ERROR : value?.length ? activeBorderColor : inactiveBorderColor
3241
3241
  },
3242
3242
  label,
3243
3243
  value,