From e8c2e503e332b7644580a3e63631fa089f951c7b Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 1 Aug 2024 17:44:20 -0400 Subject: [PATCH] Theme.json: Set the border values for the comment form Fixes #147 --- .../wp-content/themes/wporg-parent-2021/theme.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/wp-content/themes/wporg-parent-2021/theme.json b/source/wp-content/themes/wporg-parent-2021/theme.json index 1b45abed..3ca8b600 100644 --- a/source/wp-content/themes/wporg-parent-2021/theme.json +++ b/source/wp-content/themes/wporg-parent-2021/theme.json @@ -691,6 +691,19 @@ "slug": "heading-cta" } ] + }, + "blocks": { + "core/post-comments-form": { + "custom": { + "form": { + "border": { + "width": "1px", + "style": "solid", + "color": "var(--wp--preset--color--charcoal-5)" + } + } + } + } } }, "styles": {