diff --git a/CHANGELOG.md b/CHANGELOG.md index 31189602e9..04059221d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Fixed non-text contrast on add to cart modal according to WCAG AA standard. [#1946](https://github.com/bigcommerce/cornerstone/pull/1946) - Fixed announcement of reCAPTCHA hidden content by screen reader. [#1943](https://github.com/bigcommerce/cornerstone/pull/1943) - Carousel buttons do not receive focus. [#1937](https://github.com/bigcommerce/cornerstone/pull/1937) - Empty cart message not read by screen reader. [#1935](https://github.com/bigcommerce/cornerstone/pull/1935) diff --git a/assets/scss/tools/_theme_focus.scss b/assets/scss/tools/_theme_focus.scss index d52542c731..e42d1be1ce 100644 --- a/assets/scss/tools/_theme_focus.scss +++ b/assets/scss/tools/_theme_focus.scss @@ -4,7 +4,7 @@ $outline-width: 2px; $outline-style: solid; -$outline-color: #2E8FFF; +$outline-color: #0F7FFF; $outline-offset: 1px; input,