manager
manager copied to clipboard
upcoming: [M3-8755, M3-6700] - Add global colorTokens to theme and replace one-off hardcoded white colors
Description ๐
Add global colorTokens to the theme and replace one-off hardcoded white color values.
- A follow-up PR will address the replacement of hardcoded black color values with the token.
[!Note] Global tokens are theme agnostic
Changes ๐
- Added global colorTokens to the theme
- Replaced one-off hardcoded white color values:
-
#fffand#ffffwiththeme.colorTokens?.Neutrals.White
-
Target release date ๐๏ธ
N/A
Preview ๐ท
No visual changes.
How to test ๐งช
Verification steps
- Ensure everything builds properly
- Ensure No visual changes.
- Check that all
#fffand#ffffvalues have been replaced.
As an Author I have considered ๐ค
Check all that apply
- [ ] ๐ Doing a self review
- [x] โ Our contribution guidelines
- [x] ๐ค Splitting feature into small PRs
- [x] โ Adding a changeset
- [ ] ๐งช Providing/Improving test coverage
- [ ] ๐ Removing all sensitive information from the code and PR description
- [ ] ๐ฉ Using a feature flag to protect the release
- [ ] ๐ฃ Providing comprehensive reproduction steps
- [ ] ๐ Providing or updating our documentation
- [ ] ๐ Scheduling a pair reviewing session
- [ ] ๐ฑ Providing mobile support
- [ ] โฟ Providing accessibility support