Skip to content

Commit

Permalink
feat(storefront): STRF-4418 allow alert text color editing from theme…
Browse files Browse the repository at this point in the history
… editor and update default alert text color for Bold variation
  • Loading branch information
bc-NikitaPuzanenko committed Dec 5, 2019
1 parent 0a4f0b0 commit a457834
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Allow alert text color editing from theme editor and update default alert text color for Bold variation [#1565](https://github.com/bigcommerce/cornerstone/pull/1565)
- Add jquery-migrate to Modal test [#1599](https://github.com/bigcommerce/cornerstone/pull/1599)
- Upgrade core-js to version 3 [#1598](https://github.com/bigcommerce/cornerstone/pull/1598)

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"checkRadio-backgroundColor": "#444444",
"checkRadio-borderColor": "#999999",
"alert-backgroundColor": "#444444",
"alert-color": "#ffffff",
"alert-color": "#333333",
"alert-color-alt": "#444444",
"storeName-color": "#ffffff",
"body-bg": "#444444",
Expand Down
5 changes: 5 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"label": "Alert popup box background",
"id": "alert-backgroundColor"
},
{
"type": "color",
"label": "Alert popup text color",
"id": "alert-color"
},
{
"type": "color",
"label": "Horizontal line",
Expand Down

0 comments on commit a457834

Please sign in to comment.