diff --git a/packages/edit-site/src/components/global-styles/screen-root.js b/packages/edit-site/src/components/global-styles/screen-root.js index 66c36cdad1b443..d29083b692252d 100644 --- a/packages/edit-site/src/components/global-styles/screen-root.js +++ b/packages/edit-site/src/components/global-styles/screen-root.js @@ -3,8 +3,8 @@ */ import { __experimentalItemGroup as ItemGroup, - __experimentalItem as Item, __experimentalHStack as HStack, + __experimentalSpacer as Spacer, __experimentalVStack as VStack, FlexItem, CardBody, @@ -37,7 +37,7 @@ function ScreenRoot() { return ( - + @@ -55,22 +55,28 @@ function ScreenRoot() { ) } + - - - - + + { __( + 'Customize the appearance of specific blocks for the whole site.' + ) } + - - { __( - 'Customize the appearance of specific blocks for the whole site.' - ) } - { __( 'Blocks' ) }