Skip to content

Commit

Permalink
fix: price currency (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum authored Dec 8, 2023
1 parent eb45244 commit 673f478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const CurrencyDisplayValue = styled.span.attrs((props: { height: number }) => ({
${({ height }) =>
css`
line-height: ${height}px;
font-size: ${(height - 5) / 16}px;
font-size: ${(height - 5) / 16}rem;
`}
color: #09182c;
Expand Down

0 comments on commit 673f478

Please sign in to comment.