carbon-react 144.9.9 → 144.9.10

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.
@@ -39,7 +39,7 @@ export const StyledHintText = styled.div`
39
39
  ${({
40
40
  isDarkBackground
41
41
  }) => css`
42
- color: ${isDarkBackground ? "var(--colorsUtilityYang065)" : "var(--colorsUtilityYin055)"};
42
+ color: ${isDarkBackground ? "var(--colorsUtilityYang080)" : "var(--colorsUtilityYin055)"};
43
43
  `}
44
44
  `;
45
45
  const StyledSwitch = styled.div`
@@ -48,7 +48,7 @@ const StyledHintText = exports.StyledHintText = _styledComponents.default.div`
48
48
  ${({
49
49
  isDarkBackground
50
50
  }) => (0, _styledComponents.css)`
51
- color: ${isDarkBackground ? "var(--colorsUtilityYang065)" : "var(--colorsUtilityYin055)"};
51
+ color: ${isDarkBackground ? "var(--colorsUtilityYang080)" : "var(--colorsUtilityYin055)"};
52
52
  `}
53
53
  `;
54
54
  const StyledSwitch = _styledComponents.default.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "144.9.9",
3
+ "version": "144.9.10",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",