Skip to content

Commit

Permalink
fix: typo error about lineHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunmoAhn committed Nov 22, 2024
1 parent d89d1fc commit d30a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-snippet/lineSpacing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const LineHeightGuide = () => {
<p>Line Gap</p>
<p className={style.lineHeightGuide} style={{ backgroundColor: 'blue' }} />
</div>
<p className={style.caption}>Line Height (5px)</p>
<p className={style.caption}>Line Height (fontSize + 5px)</p>
</div>
);
};
Expand Down

0 comments on commit d30a2d2

Please sign in to comment.