sag_components 1.0.1019 → 1.0.1020
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.
|
@@ -234,7 +234,7 @@ const ReportTable = props => {
|
|
|
234
234
|
}
|
|
235
235
|
return topFactor;
|
|
236
236
|
};
|
|
237
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
237
|
+
return /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_ReportTable.TableWrapper, {
|
|
238
238
|
width: width,
|
|
239
239
|
height: height,
|
|
240
240
|
className: className,
|
|
@@ -177,7 +177,7 @@ const PaginationContainer = exports.PaginationContainer = _styledComponents.defa
|
|
|
177
177
|
cursor: default;
|
|
178
178
|
}
|
|
179
179
|
`;
|
|
180
|
-
const RecordDisplay = exports.RecordDisplay = _styledComponents.default.
|
|
180
|
+
const RecordDisplay = exports.RecordDisplay = _styledComponents.default.div`
|
|
181
181
|
color: #8b8989;
|
|
182
182
|
font-size: 14px;
|
|
183
183
|
font-weight: 400;
|