Skip to content

Commit

Permalink
fix: text alignment (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
JP authored May 14, 2024
1 parent 5fc7539 commit e5d29bf
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ const TrancheTokenCard = ({
</Stack>
)}
<Stack gap={1}>
<Text textAlign="left" variant="label2" color="textSecondary">
Token price
</Text>
<Box pb="3px">
<Text textAlign="left" variant="label2" color="textSecondary">
Token price
</Text>
</Box>
<Text variant="body2">{formatBalance(trancheToken.tokenPrice || 0, poolCurrencySymbol, 5, 5)}</Text>
</Stack>
<Stack gap={1}>
Expand Down

0 comments on commit e5d29bf

Please sign in to comment.