Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
YSHOP2-595 : COD v1 > Default text colors for themes (#352)
Browse files Browse the repository at this point in the history
## JIRA Ticket

[YSHOP2-595](https://youcanshop.atlassian.net/browse/YSHOP2-595)

## QA Steps

- [ ] `pnpm i`
- [ ] `pnpm dev`

## Note

Leave empty when you have nothing to say


[YSHOP2-595]:
https://youcanshop.atlassian.net/browse/YSHOP2-595?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
bj-anas authored May 31, 2023
1 parent 15f0c99 commit 2e860dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sections/featured-products.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
{
"type": "color",
"id": "text_color",
"label": "Text color"
"label": "Text color",
"default": "#000000FF"
},
{
"type": "checkbox",
Expand Down
3 changes: 2 additions & 1 deletion sections/multi-column.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
{
"type": "color",
"id": "text_color",
"label": "Text color"
"label": "Text color",
"default": "#000000FF"
},
{
"type": "header",
Expand Down
6 changes: 4 additions & 2 deletions templates/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"background_color": "#FFFFFFFF",
"section_title_position": "center",
"space_top": 40,
"space_bottom": 50
"space_bottom": 50,
"text_color": "#000000FF"
},
"blocks": {
"block_c9qx028mi12btfk4": {
Expand Down Expand Up @@ -128,7 +129,8 @@
"show_product_title": true,
"title": "Featured Products",
"section_title_position": "center",
"countdown_enabled": false
"countdown_enabled": false,
"text_color": "#000000FF"
},
"blocks": {
"block_62cu74z1u3r4yoh": {
Expand Down

0 comments on commit 2e860dc

Please sign in to comment.