Overview
We need to update the text spacing and text color for deleted TDM Plans "(X days)" so that the highlighting of rows doesn't cause it to fail accessibility standards.
Details
Text should have a space between Draft and the '('
Draft (70 days)
Text for number of days deleted probably does not pass contrast ratio when the row is highlighted.
Text might be #808080. It's currently in the code as "color: gray".
The highlighting color comes from theme.js: colorRowHighlight #B2C0D3.
Accessibility Assesment
- Contrast Ratio: 2.6:1
- WCAG AA Minimum (Regular Text): 4.5:1 (Fails)
- WCAG AA Minimum (Large Text): 3:1 (Fails)
In the Calculator, see page 4, the dropdowns use a different highlighting color (from theme.js colors.secondary.lightGray: #EEF1F4), which may or may not be influenced by which browser you use.

Action Items
Resources
GitHub
Figma
Dev Site
Staging and Release decks
- Staging Deck
- [Staging slide, ISSUE NUMBER]
- Release Deck
- [2025-MM-DD Release deck, slide ISSUE NUMBER]
Overview
We need to update the text spacing and text color for deleted TDM Plans "(X days)" so that the highlighting of rows doesn't cause it to fail accessibility standards.
Details
Text should have a space between Draft and the '('
Draft (70 days)
Text for number of days deleted probably does not pass contrast ratio when the row is highlighted.
Text might be
#808080. It's currently in the code as "color: gray".The highlighting color comes from theme.js: colorRowHighlight #B2C0D3.
Accessibility Assesment
In the Calculator, see page 4, the dropdowns use a different highlighting color (from theme.js colors.secondary.lightGray:

#EEF1F4), which may or may not be influenced by which browser you use.Action Items
Resources
GitHub
Figma
Dev Site
Staging and Release decks