From 72681616866fce482815d5e671d63916cb716ecb Mon Sep 17 00:00:00 2001 From: Jason Crist Date: Thu, 28 Jan 2021 14:29:55 -0500 Subject: [PATCH] Update shame of theme.json file In accordance with https://github.com/WordPress/gutenberg/pull/28110 the theme.json file has been updated to reflect the new expected shape. --- spearhead/experimental-theme.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spearhead/experimental-theme.json b/spearhead/experimental-theme.json index 493f5e2dd0..77c5efe36f 100644 --- a/spearhead/experimental-theme.json +++ b/spearhead/experimental-theme.json @@ -1,12 +1,14 @@ { - "global": { - "styles": { + "styles": { + "root": { "color": { "link": "var( --global--color-primary )" } - }, - "settings": { + } + }, + "settings": { + "defaults": { "border": { "customRadius": true }