Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Oct 23, 2024
1 parent e8816c2 commit d541aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const HeaderPrice = ({ isLoading = false }) => {
}

return (
<Typography color="ds.text_gray_medium">
<Typography color="ds.text_gray_low" mr="12px">
{accountPair?.to.value} {accountPair?.to.name}
</Typography>
);
Expand Down

0 comments on commit d541aa9

Please sign in to comment.