Closed chris-at-jobber closed 2 months ago
Published Pre-release for 8e8823c3aaccdb32aa0c41c05847cd94beb38218 with versions:
- @jobber/components@5.23.2-use-correc.1+8e8823c3
To install the new version(s) for Web run:
npm install @jobber/components@5.23.2-use-correc.1+8e8823c3
Example usage in light and dark modes:
Latest commit: |
815f6a1
|
Status: | ✅ Deploy successful! |
Preview URL: | https://69ddfa37.atlantis.pages.dev |
Branch Preview URL: | https://use-correct-text-color-in-st.atlantis.pages.dev |
@nad182 definitely! This is web only so in JO, Quote/Client/Job/Invoice index views are great places to test multiple statuses in a single view
Motivations
The label for StatusLabel's "critical" uses the
critical
color for its' text, whereas all other variants use the{status}--onSurface
color. This leads to a more vibrant label with lower contrast against its' container than the others, which is particularly notable in mixed-status views like a Datalist.Changes
Added
Changed
Removed
Fixed
Testing
Test in Storybook and via pre-release
Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.