diff --git a/CHANGELOG.md b/CHANGELOG.md index 30487e7fd5..92607010ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Dots on carousel should have similar colours as other slider controls. [#1957](https://github.com/bigcommerce/cornerstone/pull/1957) - Error message on PLPs not announced by screen reader. [#1956](https://github.com/bigcommerce/cornerstone/pull/1956) - Add Play/Pause button to carousel. [#1944](https://github.com/bigcommerce/cornerstone/pull/1944) - Alt text not provided for ratings. [#1949](https://github.com/bigcommerce/cornerstone/pull/1949) 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",