Skip to content

Commit

Permalink
Update typography props JS units tests to reflect new max value
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Nov 8, 2022
1 parent 5c3a12b commit 2684da7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ describe( 'getTypographyClassesAndStyles', () => {
style: {
letterSpacing: '22px',
fontSize:
'clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * 2.885), 3rem)',
'clamp(1.5rem, 1.5rem + ((1vw - 0.48rem) * 0.962), 2rem)',
textTransform: 'uppercase',
},
} );
Expand Down

0 comments on commit 2684da7

Please sign in to comment.