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 Aug 26, 2019
1 parent 2907a5d commit a19e738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 a19e738

Please sign in to comment.