ea02ca7106
The Project View used its own buildProjectRowGridBackground() which rendered CSS gradients with hardcoded rgba colors (no dark mode). The Resource View used shared gridLines from useTimelineLayout which renders React div elements with proper dark: Tailwind classes. Fix: replaced the CSS gradient approach with the shared gridLines in both resource rows and open demand rows within the Project View. Removed the now-unused buildProjectRowGridBackground function (~40 LOC). Both views now use identical grid lines with: - Brand-colored today marker - Amber weekend highlights - Proper dark mode colors via Tailwind classes Co-Authored-By: claude-flow <ruv@ruv.net>