Skip to content

Commit

Permalink
feat(storefront)bctheme-203: add sufficient contrast on checkboxes wi…
Browse files Browse the repository at this point in the history
…thin faceted search (#1815)

Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 2, 2020
1 parent 5757220 commit 45ece01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

- Cross icon on close button missalignment. [#1822](https://github.com/bigcommerce/cornerstone/pull/1822)

## Draft
- Cross icon on close button missalignment. [#1822](https://github.com/bigcommerce/cornerstone/pull/1822)
- Fixed contrast on faceted search checkboxes in compliance with AA standard [#1815](https://github.com/bigcommerce/cornerstone/pull/1815)
- Face accessibility standards with social links on PDP's page. [#1809](https://github.com/bigcommerce/cornerstone/pull/1809)
- State of search link not announced. [#1798](https://github.com/bigcommerce/cornerstone/pull/1798)
- Fixed subscription notification screen reader announcing. [#1813](https://github.com/bigcommerce/cornerstone/pull/1813)
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"select-arrow-color": "#757575",
"checkRadio-color": "#333333",
"checkRadio-backgroundColor": "#ffffff",
"checkRadio-borderColor": "#cccccc",
"checkRadio-borderColor": "#8f8f8f",
"alert-backgroundColor": "#ffffff",
"alert-color": "#333333",
"alert-color-alt": "#ffffff",
Expand Down Expand Up @@ -685,7 +685,7 @@
"select-arrow-color": "#917052",
"checkRadio-color": "#917052",
"checkRadio-backgroundColor": "#ffffff",
"checkRadio-borderColor": "#ccbdae",
"checkRadio-borderColor": "#A18568",
"alert-backgroundColor": "#f2eee9",
"alert-color": "#4f4f4f",
"alert-color-alt": "#f2eee9",
Expand Down

0 comments on commit 45ece01

Please sign in to comment.