release-4.2.0
Description
- When performing an accessibility audit using axe DevTools, the contrast between the tab text (a cyan/light blue) and the dark grey background was flagged for not meeting WCAG 2.1 AA standards. These guidelines WCAG 2.1 AA require a minimum contrast ratio of 4.5:1 for regular-sized text (under 18pt or 14pt bold).
- Based on visual checks and contrast testing, the current combination doesn’t meet that threshold, which could make it difficult for users with low vision or colour blindness to read the tab labels clearly.
Impact:
- Users with low vision or colour blindness may struggle to read or distinguish these tab labels.
- Fails accessibility standards required for inclusivity and compliance.
Recommended Fix:
- Change the tab text colour to one that meets the required contrast ratio against the dark background.
- Consider using the same white colour as used for the "Pages" label for both improved contrast and visual consistency across the UI.
See screenshot for reference


release-4.2.0Description
Impact:
Recommended Fix:
See screenshot for reference