From 37fb1bc691d441f46b1bebd8f96c09c3b992c471 Mon Sep 17 00:00:00 2001 From: desmukh Date: Tue, 17 Jan 2023 10:42:23 +0500 Subject: [PATCH] adjust palette and button radius --- theme.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 24bfe7a..0d8c83f 100644 --- a/theme.json +++ b/theme.json @@ -10,7 +10,7 @@ "palette": [ { "slug": "background", - "color": "#ffffff", + "color": "#F5FBF8", "name": "Background" }, { @@ -27,6 +27,11 @@ "slug": "secondary", "color": "#27c773", "name": "Secondary" + }, + { + "slug": "button", + "color": "#FF7613", + "name": "Button color" } ] }, @@ -79,7 +84,14 @@ "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--foreground)" - } + }, + "blocks": { + "core/button": { + "border": { + "radius": "0px" + } + } + } }, "templateParts": [ {