From 5c294725749598da361d11424a53a1237cd0c455 Mon Sep 17 00:00:00 2001 From: "alex.saiannyi" Date: Thu, 27 Aug 2020 17:21:16 +0300 Subject: [PATCH] feat(storefront):BCTHEME-174 add contrast on product ratings in Quick View --- CHANGELOG.md | 1 + config.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad86e94148..3a194fd3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/config.json b/config.json index 558ae96503..c02c92cd72 100644 --- a/config.json +++ b/config.json @@ -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", @@ -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", @@ -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",