Skip to content

Commit

Permalink
feat(storefront):BCTHEME-174 add contrast on product ratings in Quick…
Browse files Browse the repository at this point in the history
… View (#1799)

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 89f3ac1 commit 1935f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 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)
- 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)
Expand Down
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
"icon-color": "#757575",
"icon-color-hover": "#999999",
"button--icon-svg-color": "#757575",
"icon-ratingEmpty": "#cccccc",
"icon-ratingFull": "#757575",
"icon-ratingEmpty": "#8F8F8F",
"icon-ratingFull": "#474747",
"carousel-bgColor": "#ffffff",
"carousel-title-color": "#444444",
"carousel-description-color": "#333333",
Expand Down Expand Up @@ -454,7 +454,7 @@
"icon-color": "#ffffff",
"icon-color-hover": "#bbbbbb",
"button--icon-svg-color": "#ffffff",
"icon-ratingEmpty": "#757575",
"icon-ratingEmpty": "#cccccc",
"icon-ratingFull": "#7fc0c2",
"carousel-bgColor": "#444444",
"carousel-title-color": "#ffffff",
Expand Down Expand Up @@ -657,7 +657,7 @@
"icon-color": "#7f5e3f",
"icon-color-hover": "#7f5e3f",
"button--icon-svg-color": "#4f4f4f",
"icon-ratingEmpty": "#ccbdae",
"icon-ratingEmpty": "#A98F75",
"icon-ratingFull": "#7f5e3f",
"carousel-bgColor": "#f3b679",
"carousel-title-color": "#4f3f2f",
Expand Down

0 comments on commit 1935f27

Please sign in to comment.