@bluemarble/bm-components 1.15.1 → 1.15.2

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/index.js CHANGED
@@ -3849,6 +3849,9 @@ var styles = {
3849
3849
  if (!active)
3850
3850
  return {};
3851
3851
  return {
3852
+ "tr td, tr th": {
3853
+ borderColor: "divider"
3854
+ },
3852
3855
  "tr td:not(:last-child), tr th:not(:last-child)": {
3853
3856
  borderRight: "1px solid",
3854
3857
  borderColor: "divider"