diff --git a/packages/edit-site/src/components/global-styles/variations/variations-typography.js b/packages/edit-site/src/components/global-styles/variations/variations-typography.js index 689340cee9bd8e..07d390fec77233 100644 --- a/packages/edit-site/src/components/global-styles/variations/variations-typography.js +++ b/packages/edit-site/src/components/global-styles/variations/variations-typography.js @@ -5,6 +5,7 @@ import { __experimentalGrid as Grid, __experimentalVStack as HStack, __experimentalVStack as VStack, + Tooltip, } from '@wordpress/components'; /** @@ -35,35 +36,38 @@ export default function TypographyVariations( { title, gap = 2 } ) { { typographyVariations && typographyVariations.length && typographyVariations.map( ( variation, index ) => ( - - { ( isFocused ) => ( - +
+ - { ( { ratio, key } ) => ( - ( + - - + { ( { ratio, key } ) => ( + + + + ) } + ) } - - ) } - + +
+ ) ) }