diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3cd1b0..a35221c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Changed +- Use magenta for ambiguous ([#424](https://github.com/cucumber/react-components/pull/424)) ## [24.1.2] - 2025-11-29 ### Fixed diff --git a/src/styles/statuses.scss b/src/styles/statuses.scss index e5946ba5..46bd3200 100644 --- a/src/styles/statuses.scss +++ b/src/styles/statuses.scss @@ -7,8 +7,8 @@ $statusColors: // yellow-500 'UNDEFINED' oklch(79.5% 0.184 86.047), // yellow-500 - 'AMBIGUOUS' oklch(55.4% 0.046 257.417), - // slate-500 + 'AMBIGUOUS' oklch(66.7% 0.295 322.15), + // fuchsia-500 'FAILED' oklch(63.7% 0.237 25.331), // red-500 'UNKNOWN' oklch(55.4% 0.046 257.417); // slate-500;