Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request refactors the accent colour system to use CSS custom properties instead of hardcoded colour mappings. Six new colour swatch variables (--swatch-coral, --swatch-amber, --swatch-emerald, --swatch-sky, --swatch-violet, --swatch-magenta) are defined in the stylesheet with oklch values. The accent colour picker, settings composable, and prehydration utilities have been updated to reference these CSS variables by ID rather than managing a separate colour palette object, centralising colour definitions in CSS and reducing redundant logic. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Comment |
this avoids a hydration issue on settings page with swatches, and also decreases JS manipulations bc the css variables are dark/light theme aware