From b25b270ba4d0e1eaaca874d549a24ac4ae7a4db7 Mon Sep 17 00:00:00 2001 From: Alex Saiannyi <67792608+bc-alexsaiannyi@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:50:51 +0100 Subject: [PATCH] fix(storefront): SD-7619 Update colour value for carousel play-pause button (#2509) --- CHANGELOG.md | 1 + config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",