pace-table-lib 1.0.33 → 1.0.34

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.
@@ -18451,7 +18451,7 @@ function StaticTable({
18451
18451
  ["--borderL"]: isFirstCol ? outsideBorder : null,
18452
18452
  ["--borderR"]: insideVBorder,
18453
18453
  ["--borderB"]: isLastRow ? outsideBorder : insideHBorder,
18454
- ["--borderT"]: isFirstRow && !isColTotalOn2 && !headerAtStart ? insideHBorder : null
18454
+ ["--borderT"]: isFirstRow && !isColTotalOn2 && !headerAtStart ? insideHBorder ?? outsideBorder : null
18455
18455
  };
18456
18456
  if (cell.isSparkLine) {
18457
18457
  newStyle.borderLeft = INNER;