Skip to content

Commit

Permalink
feat(storefront):BCTHEME-168: addcontrast for email address input acc…
Browse files Browse the repository at this point in the history
…ording to AA standard (#1804)

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 74d356e commit 89f3ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed contrast on email address input according to AA standard [#1804](https://github.com/bigcommerce/cornerstone/pull/1804)
- 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)
Expand Down
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"card--alternate-color--hover": "#ffffff",
"form-label-font-color": "#666666",
"input-font-color": "#666666",
"input-border-color": "#cccccc",
"input-border-color-active": "#999999",
"input-border-color": "#8F8F8F",
"input-border-color-active": "#474747",
"input-bg-color": "#ffffff",
"input-disabled-bg": "#ffffff",
"select-bg-color": "#ffffff",
Expand Down Expand Up @@ -474,8 +474,8 @@
"card--alternate-color--hover": "#ffffff",
"form-label-font-color": "#ffffff",
"input-font-color": "#cccccc",
"input-border-color": "#999999",
"input-border-color-active": "#9f9f9f",
"input-border-color": "#9f9f9f",
"input-border-color-active": "#cccccc",
"input-bg-color": "#444444",
"input-disabled-bg": "#444444",
"select-bg-color": "#444444",
Expand Down Expand Up @@ -677,8 +677,8 @@
"card--alternate-color--hover": "#ffffff",
"form-label-font-color": "#74685c",
"input-font-color": "#4f3f2f",
"input-border-color": "#ccbdae",
"input-border-color-active": "#917052",
"input-border-color": "#A18568",
"input-border-color-active": "#765B42",
"input-bg-color": "#ffffff",
"input-disabled-bg": "#ccbdae",
"select-bg-color": "#ffffff",
Expand Down

0 comments on commit 89f3ac1

Please sign in to comment.