It is tough to tell if the "Pass unmarked instances" button in assisted manual tests is active or disabled when in high contrast mode. The button is not having enough contrast across the states
To Reproduce
Steps to reproduce the behavior:
Users should be able to visually distinguish between active and disabled states
Active state

Disabled state

Yes
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!
This issue has been marked as requiring additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, please update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!
@cheade Peter and I agree this is an issue, could you suggest other color?
Hi guys!

This purple should be in our high color contrast palette as a disabled color.
Something else I've noticed in default windows high contrast apps, the actionable command buttons in high-contrast are outlined in white to further help define that it's an action, in lieu of the subtly that is removed in high contrast. (for active buttons).
Example (sharepoint):

However, the new outlook online does not consistently do this:

It seems to me the ActionButton OfficeFabric component does not support semantic styles yet for its disabled text color. I filed an issue here to validate this: https://github.com/OfficeDev/office-ui-fabric-react/issues/9418
If the button can use the disabledText semantic slot instead, then we'll just need to update OF once the fix is in. Otherwise we can look into workarounds on our end.
@cheade I have a couple of questions:
@smoralesd Hi! I'm back from my OOF, so apologies on the delayed response. In the case of the Pass all unmarked instances button, it's just the text that is visible as there is no defined border so we'd change the text to the purple color.
Any button that does have a defined background, the background color should change.
Validated the fix in prod version 2.15.0
Most helpful comment
Hi guys!
This purple should be in our high color contrast palette as a disabled color.
Something else I've noticed in default windows high contrast apps, the actionable command buttons in high-contrast are outlined in white to further help define that it's an action, in lieu of the subtly that is removed in high contrast. (for active buttons).

Example (sharepoint):
However, the new outlook online does not consistently do this:
