Skip to content

Commit

Permalink
feat(storefront)bctheme-220: add sufficient contrast to button border…
Browse files Browse the repository at this point in the history
… color (#1817)

Co-authored-by: BC-tymurbiedukhin <[email protected]>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 2, 2020
1 parent 0db78db commit 0b75be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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 buttons border color in compliance with AA standard [#1817](https://github.com/bigcommerce/cornerstone/pull/1817)
- Fixed contrast on carousel arrows input according to AA standard [#1814](https://github.com/bigcommerce/cornerstone/pull/1814)
- Fixed contrast on product ratings according to AA standard [#1799](https://github.com/bigcommerce/cornerstone/pull/1799)
- Fixed contrast on email address input according to AA standard [#1804](https://github.com/bigcommerce/cornerstone/pull/1804)
Expand Down
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
"button--default-color": "#666666",
"button--default-colorHover": "#333333",
"button--default-colorActive": "#000000",
"button--default-borderColor": "#cccccc",
"button--default-borderColorHover": "#999999",
"button--default-borderColor": "#8F8F8F",
"button--default-borderColorHover": "#474747",
"button--default-borderColorActive": "#757575",
"button--primary-color": "#ffffff",
"button--primary-colorHover": "#ffffff",
Expand Down Expand Up @@ -440,7 +440,7 @@
"button--default-color": "#cccccc",
"button--default-colorHover": "#ffffff",
"button--default-colorActive": "#ffffff",
"button--default-borderColor": "#757575",
"button--default-borderColor": "#999999",
"button--default-borderColorHover": "#cccccc",
"button--default-borderColorActive": "#aaaaaa",
"button--primary-color": "#333333",
Expand Down Expand Up @@ -644,8 +644,8 @@
"button--default-color": "#74685c",
"button--default-colorHover": "#4f3f2f",
"button--default-colorActive": "#917052",
"button--default-borderColor": "#ccbdae",
"button--default-borderColorHover": "#917052",
"button--default-borderColor": "#A18568",
"button--default-borderColorHover": "#765B42",
"button--default-borderColorActive": "#917052",
"button--primary-color": "#ffffff",
"button--primary-colorHover": "#ffffff",
Expand Down

0 comments on commit 0b75be3

Please sign in to comment.