Skip to content

Commit

Permalink
fix: 1.3 lineheight for xl
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 15, 2025
1 parent c25b9cd commit 4cc0f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tailwind/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = plugin(
xl: [
'18px',
{
lineHeight: '1.4',
lineHeight: '1.3',
letterSpacing: '0.01em',
fontWeight: '400',
},
Expand Down

0 comments on commit 4cc0f31

Please sign in to comment.