@star-insure/sdk 5.0.11 → 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.
@@ -1774,7 +1774,7 @@ function TableHead(_ref) {
1774
1774
  props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
1775
1775
 
1776
1776
  return React__default.createElement("thead", Object.assign({}, props, {
1777
- className: cn(className, 'px-3 py-4 text-sm text-white bg-gray-600')
1777
+ className: cn(className, 'px-3 py-4 text-sm text-white bg-primary')
1778
1778
  }), children);
1779
1779
  }
1780
1780