Skip to content

Commit

Permalink
feat(storefront): BCTHEME-388 Dots on carousel should have similar co…
Browse files Browse the repository at this point in the history
…lours as other slider controls (bigcommerce#1958)
  • Loading branch information
yurytut1993 authored and sacr3dc0w committed Mar 31, 2021
1 parent 430418a commit 0788a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0788a22

Please sign in to comment.