carbon-react 109.0.0 → 109.0.1

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.
@@ -116,7 +116,7 @@ const StyledFlatTableWrapper = styled(Box)`
116
116
  ${StyledFlatTableHead} ${StyledFlatTableCheckbox} {
117
117
  background-color: var(--colorsUtilityMajor100);
118
118
  border-right: 1px solid var(--colorsUtilityMajor150);
119
- border-bottom-color: var(--colorsUtilityMajor100);
119
+ border-bottom-color: var(--colorsUtilityMajor150);
120
120
  }
121
121
  `;
122
122
 
@@ -141,7 +141,7 @@ const StyledFlatTableWrapper = (0, _styledComponents.default)(_box.default)`
141
141
  ${_flatTableHead.default} ${_flatTableCheckbox.default} {
142
142
  background-color: var(--colorsUtilityMajor100);
143
143
  border-right: 1px solid var(--colorsUtilityMajor150);
144
- border-bottom-color: var(--colorsUtilityMajor100);
144
+ border-bottom-color: var(--colorsUtilityMajor150);
145
145
  }
146
146
  `;
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "109.0.0",
3
+ "version": "109.0.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {