From cd2ffbd4e498b010230296c001ab4e4a8accc45e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 8 May 2024 16:36:42 +0500 Subject: [PATCH] define default button style --- theme.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/theme.json b/theme.json index 661db03..5df99bd 100644 --- a/theme.json +++ b/theme.json @@ -238,6 +238,25 @@ "color": { "text": "var(--wp--preset--color--main-purple)" } + }, + "core/button": { + "color": { + "background": "#E8BFE2", + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "padding": { + "top": "1em", + "bottom": "1em", + "right": "2em", + "left": "2em" + } + }, + "border": { + "color": "#000", + "width": "1px", + "radius": "50%" + } } }, "elements": {