Skip to content

Commit

Permalink
fix android crash
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored and ibrahimtaveras00 committed Apr 24, 2024
1 parent 7acc06e commit 1948b26
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -55,8 +55,8 @@ export default function SwapDetailsSlippageMessage({
) : (
<Container>
<Row align="center">
<Text weight="bold" size="17pt" color={{ custom: priceImpactColor }}>{`􀇿 `}</Text>
<Text weight="bold" size="17pt" color="primary (Deprecated)">
<Text weight="bold" size="bmedium" color={{ custom: priceImpactColor }}>{`􀇿 `}</Text>
<Text weight="bold" size="bmedium" color="primary (Deprecated)">
{impactMsg}
</Text>
</Row>
Expand Down

0 comments on commit 1948b26

Please sign in to comment.