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 04cf788b35753..26fbf29cf9810 100644 --- a/packages/edit-site/src/components/global-styles/screen-root.js +++ b/packages/edit-site/src/components/global-styles/screen-root.js @@ -4,11 +4,14 @@ import { __experimentalItemGroup as ItemGroup, __experimentalItem as Item, + __experimentalHStack as HStack, + FlexItem, CardBody, Card, CardDivider, } from '@wordpress/components'; -import { __ } from '@wordpress/i18n'; +import { isRTL, __ } from '@wordpress/i18n'; +import { chevronLeft, chevronRight, Icon } from '@wordpress/icons'; /** * Internal dependencies @@ -33,14 +36,21 @@ function ScreenRoot() { -

- { __( - 'Customize the appearance of specific blocks for the whole site.' - ) } -

+ { __( + 'Customize the appearance of specific blocks for the whole site.' + ) }
- { __( 'Blocks' ) } + + { __( 'Blocks' ) } + + + +