Skip to content

Commit

Permalink
Updating typography props test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Apr 18, 2023
1 parent d263ff8 commit 345233b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/hooks/test/use-typography-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe( 'getTypographyClassesAndStyles', () => {
style: {
letterSpacing: '22px',
fontSize:
'clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * 0.962), 2rem)',
'clamp(1.168rem, 1.168rem + ((1vw - 0.2rem) * 1.04), 2rem)',
textTransform: 'uppercase',
},
} );
Expand All @@ -70,7 +70,7 @@ describe( 'getTypographyClassesAndStyles', () => {
style: {
textDecoration: 'underline',
fontSize:
'clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * 0.962), 2rem)',
'clamp(1.168rem, 1.168rem + ((1vw - 0.2rem) * 1.04), 2rem)',
textTransform: 'uppercase',
},
} );
Expand Down

0 comments on commit 345233b

Please sign in to comment.