@happeouikit/content-renderer 3.2.13 → 3.2.15

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.es.js CHANGED
@@ -5364,9 +5364,9 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
5364
5364
  table-layout: fixed; // allows overflowing cells to have internal scroll bars
5365
5365
  > tbody > tr > td {
5366
5366
  padding: 0.25em 0.5em;
5367
- border: 0.5px solid rgba(0, 0, 0, 0.12);
5367
+ border: 0.5px solid color-mix(in srgb, var(--pages-v2-body, black) 30%, transparent);
5368
5368
  &.fr-selected-cell {
5369
- border: 0.5px solid var(--color-active-primary);
5369
+ border-color: var(--color-active-primary);
5370
5370
  }
5371
5371
  &.cell-bold {
5372
5372
  font-weight: bold;