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
  • Loading branch information
bc-alexsaiannyi committed Aug 28, 2020
1 parent 86ab95c commit 5c29472
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 product image doesn't change on click when viewing a product with multiple images in IE11 [#1748](https://github.com/bigcommerce/cornerstone/pull/1748)
- Fixed alt text on image change in product view [#1747](https://github.com/bigcommerce/cornerstone/pull/1747)
- Added tooltip for modal close buttons. [#1773](https://github.com/bigcommerce/cornerstone/pull/1773)
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 5c29472

Please sign in to comment.