From 287fd19114b44ddff7f7cb970a18628e1bc9bd07 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:08:50 +1000 Subject: [PATCH] Global Styles: Add missing block style variation defaults --- src/wp-includes/theme.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/wp-includes/theme.json b/src/wp-includes/theme.json index c2ea0e71938bb..32873854e4e33 100644 --- a/src/wp-includes/theme.json +++ b/src/wp-includes/theme.json @@ -332,6 +332,40 @@ } }, "styles": { + "blocks": { + "core/button": { + "variations": { + "outline": { + "border": { + "width": "2px", + "style": "solid", + "color": "currentColor" + }, + "color": { + "text": "currentColor", + "gradient": "transparent none" + }, + "spacing": { + "padding": { + "top": "0.667em", + "right": "1.33em", + "bottom": "0.667em", + "left": "1.33em" + } + } + } + } + }, + "core/site-logo": { + "variations": { + "rounded": { + "border": { + "radius": "9999px" + } + } + } + } + }, "elements": { "button": { "color": {