Skip to content

Commit

Permalink
chore: correct typo in default it appears deafault (#2410)
Browse files Browse the repository at this point in the history
* chore: correct typo in default it appears deafault
Change banner--deafault-backgroundColor to banner--default-backgroundColor

Changed inside config and alert.scss where it is being used

* chore: update draft changelog
  • Loading branch information
danielphilipjohnson authored Dec 15, 2023
1 parent 32b0971 commit 88d37a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405)
- Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406)
- Change case of Page builder menu item text [#2407](https://github.com/bigcommerce/cornerstone/pull/2407)
- Corrected typo with the word default previously deafault in config.json [#2410](https://github.com/bigcommerce/cornerstone/pull/2410)


## 6.12.0 (07-06-2023)
- sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/foundation/alerts/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.alertBox--info {
background-color: stencilColor("banner--deafault-backgroundColor");
background-color: stencilColor("banner--default-backgroundColor");
color: stencilColor("alert-color-alt");

.alertBox-close {
Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"color-greyLight": "#999999",
"color-greyLighter": "#cccccc",
"color-greyLightest": "#e5e5e5",
"banner--deafault-backgroundColor": "#707070",
"banner--default-backgroundColor": "#707070",
"button--default-color": "#666666",
"button--default-colorHover": "#333333",
"button--default-colorActive": "#000000",
Expand Down Expand Up @@ -474,7 +474,7 @@
"color-greyLight": "#757575",
"color-greyLighter": "#666666",
"color-greyLightest": "#444444",
"banner--deafault-backgroundColor": "#b7b4b4",
"banner--default-backgroundColor": "#b7b4b4",
"button--default-color": "#cccccc",
"button--default-colorHover": "#ffffff",
"button--default-colorActive": "#ffffff",
Expand Down Expand Up @@ -684,7 +684,7 @@
"color-greyLight": "#a5a5a5",
"color-greyLighter": "#dfdfdf",
"color-greyLightest": "#e8e8e8",
"banner--deafault-backgroundColor": "#7D644A",
"banner--default-backgroundColor": "#7D644A",
"button--default-color": "#74685c",
"button--default-colorHover": "#4f3f2f",
"button--default-colorActive": "#917052",
Expand Down

0 comments on commit 88d37a9

Please sign in to comment.