bolt-table 0.1.3 → 0.1.5

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.mjs CHANGED
@@ -2098,7 +2098,7 @@ function BoltTable({
2098
2098
  textOverflow: "ellipsis",
2099
2099
  whiteSpace: "nowrap",
2100
2100
  borderBottom: "1px solid rgba(128,128,128,0.2)",
2101
- backgroundColor: styles?.pinnedBg ?? "color-mix(in srgb, currentColor 4%, Canvas)",
2101
+ backgroundColor: styles?.pinnedBg,
2102
2102
  position: "sticky",
2103
2103
  left: columnOffsets.get("__select__") ?? 0,
2104
2104
  top: 0,