Skip to content

Commit

Permalink
fix(storefront): SD-7619 Update colour value for carousel play-pause …
Browse files Browse the repository at this point in the history
…button (#2509)
  • Loading branch information
bc-alexsaiannyi authored Nov 14, 2024
1 parent fdd78d1 commit b25b270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b25b270

Please sign in to comment.