@star-insure/sdk 5.0.12 → 5.0.13
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.
- package/dist/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/tables/TableHead.tsx +1 -1
package/dist/sdk.esm.js
CHANGED
|
@@ -1767,7 +1767,7 @@ function TableHead(_ref) {
|
|
|
1767
1767
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
1768
1768
|
|
|
1769
1769
|
return React__default.createElement("thead", Object.assign({}, props, {
|
|
1770
|
-
className: cn(className, 'px-3 py-4 text-sm text-white bg-
|
|
1770
|
+
className: cn(className, 'px-3 py-4 text-sm text-white bg-primary')
|
|
1771
1771
|
}), children);
|
|
1772
1772
|
}
|
|
1773
1773
|
|