diff --git a/CHANGELOG.md b/CHANGELOG.md index b945984c1b..610fa6a974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Draft - Fix product filter display name in Show More modal window [#2510](https://github.com/bigcommerce/cornerstone/pull/2510) +- Fix colour value for carousel play-pause button [#2509](https://github.com/bigcommerce/cornerstone/pull/2509) - Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501) - Adding missing product reviews form validation [#2475](https://github.com/bigcommerce/cornerstone/pull/2475) - Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494)) diff --git a/config.json b/config.json index 328ca320cf..a56b16c2a2 100644 --- a/config.json +++ b/config.json @@ -203,7 +203,7 @@ "carousel-arrow-color--hover": "#474747", "carousel-arrow-bgColor": "#ffffff", "carousel-arrow-borderColor": "#ffffff", - "carousel-play-pause-button-textColor": "8f8f8f", + "carousel-play-pause-button-textColor": "#8f8f8f", "carousel-play-pause-button-textColor--hover": "#474747", "carousel-play-pause-button-bgColor": "#ffffff", "carousel-play-pause-button-borderColor": "#ffffff",