Steps to replicate the issue
- Log in and open Echo
- Check the Echo overlay for color contrast issues
What happens?:
Lots of color contrast issues.
Details in T364805: Echo has color contrast issues in standard theme and night theme
What should have happened instead?:
No color contrast issues.
Design Guidance:
Proposal | Contrast | Contrast |
Unread proposal | background-color/interactive text-color/base | background-color/interactive text-color/subtle |
'test' text uses #202122 (text-color/base); 'username' text uses #54595d (text-color/subtle) | ||
Read proposal | background-color/base text-color/base | background-color/base text-color/subtle |
'test' text uses #202122 (text-color/base); 'username' text uses #54595d (text-color/subtle) | ||
Acceptance Criteria:
Given I'm viewing Echo notification in standard theme
When I run an accessibility check,
Then color contrast tests pass at WCAG Level AA
Given I'm viewing Echo notification in night mode
When I run an accessibility check,
Then color contrast tests pass at WCAG Level AA
(Fixing the standard theme by using design tokens should also fix night mode)
QA Results - Beta
AC | Status | Details |
---|---|---|
1 | ❌ | T366322#9914579 |