From cd91ebef789a9da95b8cc1ae6e89d00afed34658 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:15:20 +0000 Subject: [PATCH 1/2] Update from Shopify for theme non-finito-theme/main Committed from shop: Non Finito --- assets/app.css | 4 ++-- sections/header-group.json | 6 +++--- templates/product.json | 8 -------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/assets/app.css b/assets/app.css index 414536ae02..606666a425 100644 --- a/assets/app.css +++ b/assets/app.css @@ -237,7 +237,7 @@ button, [type='button'], [type='reset'], [type='submit'] { - -webkit-appearance: button; + /* -webkit-appearance: button; */ /* 1 */ background-color: transparent; /* 2 */ @@ -284,7 +284,7 @@ Correct the cursor style of increment and decrement buttons in Safari. */ [type='search'] { - -webkit-appearance: textfield; + /* -webkit-appearance: textfield; */ /* 1 */ outline-offset: -2px; /* 2 */ diff --git a/sections/header-group.json b/sections/header-group.json index 14517aea43..96e7d0a4e3 100644 --- a/sections/header-group.json +++ b/sections/header-group.json @@ -34,14 +34,14 @@ "menu_type_desktop": "drawer", "sticky_header_type": "always", "show_line_separator": false, - "color_scheme": "scheme-1", + "color_scheme": "scheme-8ebf6555-efc9-4d60-a29d-8d65ae9bab20", "menu_color_scheme": "scheme-5", "enable_country_selector": true, "enable_language_selector": true, "mobile_logo_position": "left", "margin_bottom": 0, - "padding_top": 20, - "padding_bottom": 20 + "padding_top": 8, + "padding_bottom": 8 } } }, diff --git a/templates/product.json b/templates/product.json index 0f5f5b3ee1..90aa098df0 100644 --- a/templates/product.json +++ b/templates/product.json @@ -3,13 +3,6 @@ "main": { "type": "main-product", "blocks": { - "text_UL3JP7": { - "type": "text", - "settings": { - "text": "NON FINITO", - "text_style": "body" - } - }, "text_EzgMbA": { "type": "text", "settings": { @@ -74,7 +67,6 @@ } }, "block_order": [ - "text_UL3JP7", "text_EzgMbA", "description", "price", From 14b842f7c20092ea6e8312cb5e83ddffe0e8af35 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 24 Feb 2024 03:17:41 +0000 Subject: [PATCH 2/2] ci: tailwindcss-update --- assets/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/app.css b/assets/app.css index 606666a425..414536ae02 100644 --- a/assets/app.css +++ b/assets/app.css @@ -237,7 +237,7 @@ button, [type='button'], [type='reset'], [type='submit'] { - /* -webkit-appearance: button; */ + -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ @@ -284,7 +284,7 @@ Correct the cursor style of increment and decrement buttons in Safari. */ [type='search'] { - /* -webkit-appearance: textfield; */ + -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */