@proximus/lavender-icon-native 2.1.1-alpha.48 → 2.1.1-alpha.50

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.
Files changed (2) hide show
  1. package/dist/PxIcon.js +1 -1
  2. package/package.json +1 -1
package/dist/PxIcon.js CHANGED
@@ -80,7 +80,7 @@ export function PxIcon({ name, size = 'M', color = 'Brand', style, disabled, con
80
80
  const { theme } = useTheme();
81
81
  const invertedSuffix = inverted ? 'Inverted' : 'Default';
82
82
  const iconColor = disabled
83
- ? theme.t('ColorIconStateDisabledDefault')
83
+ ? theme.t(`ColorIconStateDisabled${invertedSuffix}`)
84
84
  : color
85
85
  ? theme.t(`ColorIcon${color}${invertedSuffix}`)
86
86
  : theme.t('ColorIconBrandDefault');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-icon-native",
3
- "version": "2.1.1-alpha.48",
3
+ "version": "2.1.1-alpha.50",
4
4
  "description": "Lavender icon component",
5
5
  "main": "dist/index.js",
6
6
  "files": [