carbon-react 104.53.1 → 104.53.2

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.
@@ -89,7 +89,7 @@ const StyledFlatTableRow = styled.tr`
89
89
  width: auto;
90
90
  outline: 2px solid #0000;
91
91
 
92
- [data-component="icon"] {
92
+ [data-component="icon"]:not([color]) {
93
93
  color: var(--colorsActionMinor500);
94
94
  }
95
95
 
@@ -110,7 +110,7 @@ const StyledFlatTableRow = _styledComponents.default.tr`
110
110
  width: auto;
111
111
  outline: 2px solid #0000;
112
112
 
113
- [data-component="icon"] {
113
+ [data-component="icon"]:not([color]) {
114
114
  color: var(--colorsActionMinor500);
115
115
  }
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "104.53.1",
3
+ "version": "104.53.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {