d1b1570780db986365556b9330979ded0032c6a4
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)
Description
No description provided
Languages
TypeScript
69.4%
JavaScript
29%
CSS
0.6%
Shell
0.6%
Dockerfile
0.2%
Other
0.2%