Skip to content

Commit

Permalink
πŸ’„ Fix line height unit
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Feb 16, 2023
1 parent 98b9990 commit af0e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nft-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NFTWidget = ({ title, coverImageSrc, url }: NFTWidgetProps) => {
border: `2px solid ${Colors.GreyD8}`,
display: 'block',
fontSize: 16,
lineHeight: 24,
lineHeight: 1.5,
}}
>
<tr>
Expand Down

0 comments on commit af0e0a9

Please sign in to comment.