From 0788a22c28d9d567a68d4c00968a9a63c1f1d80d Mon Sep 17 00:00:00 2001 From: yurytut1993 <66325265+yurytut1993@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:31:10 +0200 Subject: [PATCH] feat(storefront): BCTHEME-388 Dots on carousel should have similar colours as other slider controls (#1958) --- CHANGELOG.md | 1 + config.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175e5cd1ee..163c68c7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Dots on carousel should have similar colours as other slider controls. [#1958](https://github.com/bigcommerce/cornerstone/pull/1958) - PDP - Fixed Empty "Description" Hiding All Tabs When in Tab View. [#1947](https://github.com/bigcommerce/cornerstone/pull/1947) - Added custom event for product price change on PDP page. [#1948](https://github.com/bigcommerce/cornerstone/pull/1948) - Fixed announcement of subscription message. [#1952](https://github.com/bigcommerce/cornerstone/pull/1952) diff --git a/config.json b/config.json index cbb2c13d8f..3e6dbc565d 100644 --- a/config.json +++ b/config.json @@ -681,8 +681,8 @@ "carousel-bgColor": "#f3b679", "carousel-title-color": "#4f3f2f", "carousel-description-color": "#4f3f2f", - "carousel-dot-color": "#e6a15c", - "carousel-dot-color-active": "#e6a15c", + "carousel-dot-color": "#D47A21", + "carousel-dot-color-active": "#D47A21", "carousel-dot-bgColor": "#4f3f2f", "carousel-arrow-color": "#D47A21", "carousel-arrow-color--hover": "#765B42",