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(--
|
|
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(--
|
|
144
|
+
border-bottom-color: var(--colorsUtilityMajor150);
|
|
145
145
|
}
|
|
146
146
|
`;
|
|
147
147
|
|