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
  • Loading branch information
yurytut1993 committed Jan 19, 2021
1 parent ea01df7 commit fdabead
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. [#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)
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 fdabead

Please sign in to comment.