@flodesk/grain 2.19.8 → 2.19.9

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.
@@ -44,7 +44,7 @@ var IconButton = function IconButton(_ref) {
44
44
  color: color
45
45
  }, props), icon && __jsx(_components.Icon, {
46
46
  icon: icon,
47
- color: "currentColor"
47
+ color: isDisabled ? 'currentColor' : color
48
48
  }), children && children);
49
49
  };
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "2.19.8",
3
+ "version": "2.19.9",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",