d1b1570780
Previously, when a meeting row had a color assigned (e.g. red), only the number and meeting title cells received both the background fill and colored border, while the attendees and time cells received only the colored border (no background fill). This made the row styling inconsistent. Changed attendees-cell and time-cell to use `coloredStyle` (background + border) instead of `borderStyle` (border only), matching the number and meeting cells. All four cells in a colored row now display uniformly. Rows without a color assignment are unaffected (default gray border, no fill). File changed: artifacts/api-server/src/lib/pdf-html-renderer.ts (lines 222-223)