@ornikar/kitt-universal 4.1.0 → 4.2.0

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.
@@ -2939,7 +2939,7 @@ const inputStatesStyle = {
2939
2939
  color: 'black-light'
2940
2940
  },
2941
2941
  invalid: {
2942
- borderColor: colorsLateOceanTheme.danger,
2942
+ borderColor: colorsLateOceanTheme.separator,
2943
2943
  color: 'black'
2944
2944
  }
2945
2945
  };