@eturnity/eturnity_reusable_components 8.7.5-EPDM-12618.1 → 8.7.5-EPDM-12618.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.7.5-EPDM-12618.1",
3
+ "version": "8.7.5-EPDM-12618.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -168,9 +168,7 @@
168
168
  position: relative;
169
169
  font-size: ${(props) => (props.fontSize ? props.fontSize : '16px')};
170
170
  color: ${(props) =>
171
- props.isError
172
- ? props.theme.colors.grey6
173
- : props.isDisabled
171
+ props.isDisabled
174
172
  ? props.theme.colors.grey2
175
173
  : props.fontColor
176
174
  ? props.fontColor + ' !important'