Skip to content

Commit

Permalink
revert line height hack (#5241)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Dec 11, 2023
1 parent afa1624 commit 4138fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/FeaturedMintCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ export function FeaturedMintCard() {
</Inline>
<Box
height={{ custom: 36 }}
justifyContent="flex-start"
justifyContent="center"
alignItems="flex-start"
>
<Text
size="20pt"
weight="heavy"
color="label"
numberOfLines={1}
style={{ lineHeight: 48 }}
style={{ lineHeight: 36 }}
>
{featuredMint.name}
</Text>
Expand Down

0 comments on commit 4138fc5

Please sign in to comment.