fix(message-parser): remove TODO and apply color token in attachment …#39974
fix(message-parser): remove TODO and apply color token in attachment …#39974akashogz wants to merge 1 commit into
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (3)📓 Common learnings📚 Learning: 2026-01-17T01:51:47.764ZApplied to files:
📚 Learning: 2026-03-27T14:52:56.865ZApplied to files:
🔇 Additional comments (1)
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Description
Fixes missing text color token in the
Fieldcomponent used in message attachments.Previously, the
{value}element was rendered without being explicitly wrapped in a Fuselage component with a color token. This could lead to inconsistent text rendering across themes (e.g., dark mode).This PR:
{value}inside a<Box>componentcolor="default") to ensure theme consistencyTesting
{value}is wrapped with a Fuselage<Box>and uses token-based color (via DevTools)Before / After
Before:
After:
📝 Notes
Summary by CodeRabbit