Skip to content

Commit

Permalink
Update from Shopify for theme shopify-tailwind-starter-base/tailwind-…
Browse files Browse the repository at this point in the history
…admin-fi...

Committed from shop: Tailwind Starter Plus Admin Fields
  • Loading branch information
shopify[bot] authored Mar 20, 2024
1 parent 3d6e62b commit 0f4350a
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 90 deletions.
32 changes: 16 additions & 16 deletions config/settings_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,22 @@
"color_schemes": {
"scheme-1": {
"settings": {
"background": "#FFFFFF",
"background": "#000000",
"background_gradient": "",
"text": "#121212",
"text": "#ffffff",
"button": "#121212",
"button_label": "#FFFFFF",
"button_label": "#ffffff",
"secondary_button_label": "#121212",
"shadow": "#121212"
}
},
"scheme-2": {
"settings": {
"background": "#F3F3F3",
"background": "#f3f3f3",
"background_gradient": "",
"text": "#121212",
"button": "#121212",
"button_label": "#F3F3F3",
"button_label": "#f3f3f3",
"secondary_button_label": "#121212",
"shadow": "#121212"
}
Expand All @@ -173,32 +173,32 @@
"settings": {
"background": "#242833",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"text": "#ffffff",
"button": "#ffffff",
"button_label": "#000000",
"secondary_button_label": "#FFFFFF",
"secondary_button_label": "#ffffff",
"shadow": "#121212"
}
},
"scheme-4": {
"settings": {
"background": "#121212",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"text": "#ffffff",
"button": "#ffffff",
"button_label": "#121212",
"secondary_button_label": "#FFFFFF",
"secondary_button_label": "#ffffff",
"shadow": "#121212"
}
},
"scheme-5": {
"settings": {
"background": "#334FB4",
"background": "#334fb4",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"button_label": "#334FB4",
"secondary_button_label": "#FFFFFF",
"text": "#ffffff",
"button": "#ffffff",
"button_label": "#334fb4",
"secondary_button_label": "#ffffff",
"shadow": "#121212"
}
}
Expand Down
5 changes: 2 additions & 3 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"theme_name": "Dawn",
"theme_version": "12.0.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
"theme_documentation_url": "https:\/\/help.shopify.com\/manual\/online-store\/themes",
"theme_support_url": "https:\/\/support.shopify.com\/"
},
{
"name": "t:settings_schema.logo.name",
Expand Down Expand Up @@ -305,7 +305,6 @@
"label": "t:settings_schema.animations.settings.animations_hover_elements.label",
"info": "t:settings_schema.animations.settings.animations_hover_elements.info"
},

{
"type": "text",
"id": "animation_duration",
Expand Down
Loading

0 comments on commit 0f4350a

Please sign in to comment.