@eturnity/eturnity_reusable_components 8.37.1-EPDM-16401.0 → 8.37.1-dashboard-poc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.37.1-EPDM-16401.0",
3
+ "version": "8.37.1-dashboard-poc.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -22,8 +22,10 @@
22
22
  >
23
23
  <Icon
24
24
  :color="
25
- iconColor ||
26
- theme.mainButton[appTheme][type][variant].default.textColor
25
+ isDisabled
26
+ ? theme.mainButton[appTheme][type][variant].disabled.textColor
27
+ : iconColor ||
28
+ theme.mainButton[appTheme][type][variant].default.textColor
27
29
  "
28
30
  :disable-hover="disableIconHover"
29
31
  :fill-type="fillType"