refactor(styles): centralize hardcoded colors into theme tokens#67
Conversation
Add border and placeholder tokens to Theme.res. Expand Emotion.Utils Color module with border, hover, placeholder, and missing semantic color variants. Replace hardcoded hex values across Button, Card, Input, Typography, App, and Styles with token references. Closes #50
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 4 minutes and 17 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
borderandplaceholdertokens to Theme.resborder,borderHover,placeholder,textInverse,errorDark,secondaryLight/Dark#e5e7ebdefault in Emotion Border utilityTest plan
bun run res:build— 82 modules compiled, zero warningsbun run build— production build succeedsbun run test— all 18 tests passChanging any color in Theme.res now propagates across all components automatically.
Closes #50