@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.
@@ -2749,7 +2749,7 @@ const inputStatesStyle = {
2749
2749
  color: 'black-light'
2750
2750
  },
2751
2751
  invalid: {
2752
- borderColor: colorsLateOceanTheme.danger,
2752
+ borderColor: colorsLateOceanTheme.separator,
2753
2753
  color: 'black'
2754
2754
  }
2755
2755
  };