dd58ba230b1fdd2813254792895eee9dbd72c21b
When a row has a color (e.g. red), the cell borders now use a darker shade of the same color instead of the default gray (#d1d5db). PDF renderer (pdf-html-renderer.ts): - Added ROW_COLOR_BORDER map with darker shades for each color - Colored rows now get both background-color and border-color inline - Non-merged rows: # and meeting cells get bg+border, attendees and time cells get border only (preserving partial coloring behavior) - Merged rows: all cells get bg+border via coloredStyle Web UI (executive-meetings.tsx): - Added 'border' field to ROW_COLOR_OPTIONS with matching darker shades - tintedCellStyle always applies borderColor when rowBorder exists - Number cell inline style includes borderColor in both rowBg and tintBg (current meeting highlight) branches - Merge cell style includes borderColor in both tint and rowBg branches - Border color persists even when current-meeting highlight is active Color mapping: red: fill #fee2e2 → border #fca5a5 amber: fill #fef3c7 → border #fcd34d green: fill #dcfce7 → border #86efac blue: fill #dbeafe → border #93c5fd violet: fill #ede9fe → border #c4b5fd gray: fill #f3f4f6 → border #d1d5db
Description
No description provided
Languages
TypeScript
69.4%
JavaScript
29%
CSS
0.6%
Shell
0.6%
Dockerfile
0.2%
Other
0.2%