Skip to content

Commit

Permalink
fix(mobile): Dot color
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed Apr 3, 2024
1 parent 5829369 commit 6e683b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mobile/src/core/Jetton/Jetton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ export const Jetton: React.FC<JettonProps> = ({ route }) => {
currency: jetton.metadata.symbol,
currencySeparator: 'wide',
})}
 ·
{' '}
<Text variant="body2" color="textTertiary">
{' '}·{' '}
</Text>
{lockedJettonPrice.formatted.totalFiat}
</Text>
<Text variant="body2" color="textTertiary">
Expand Down

0 comments on commit 6e683b4

Please sign in to comment.