fix(FN-2039): align mail composer styling with theme tokens

- Update .btn-secondary and mailbox badge/error styles to use shared design tokens instead of hardcoded colors
- Refine message composer select/textarea styles with tokenized spacing, radii, typography, and focus-visible ring behavior
- Add mobile-specific composer overrides for textarea height, footer wrapping/button targets, and field label stacking
- Add a patch changeset for @gsxdsm/fusion documenting the mail compose styling fix
This commit is contained in:
Fusion
2026-04-17 23:00:13 -07:00
committed by gsxdsm
parent 05adbcb1d1
commit ef222e5ea3
2 changed files with 72 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix mail compose button and dialog styling to use proper design tokens and theme system.