@true-engineering/true-react-common-ui-kit 3.20.0 → 3.20.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@true-engineering/true-react-common-ui-kit",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "True Engineering React UI Kit with theming support",
5
5
  "author": "True Engineering (https://trueengineering.ru)",
6
6
  "keywords": [
@@ -126,9 +126,7 @@ export const useStyles = createThemedStyles('TextArea', {
126
126
  borderColor: 'red',
127
127
  },
128
128
 
129
- invalidLabel: {
130
- color: 'red',
131
- },
129
+ invalidLabel: {},
132
130
 
133
131
  error: {
134
132
  fontSize: 12,