Skip to content

Commit

Permalink
fix: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jan 17, 2025
1 parent 646b0d5 commit 26e12d1
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions app/components/UI/Tokens/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -478,21 +478,46 @@ exports[`Tokens Portfolio View should match the snapshot when portfolio view is
}
}
>
<Text
accessibilityRole="text"
<View
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 20,
"fontWeight": "400",
"letterSpacing": 0,
"lineHeight": 22,
"alignItems": "center",
"marginTop": 130,
}
}
>
You don't have any tokens!
</Text>
<Text
accessibilityRole="text"
style={
{
"color": "#141618",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "400",
"letterSpacing": 0,
"lineHeight": 22,
}
}
>
You don't have any tokens!
</Text>
<Text
accessibilityRole="text"
onPress={[Function]}
style={
{
"color": "#0376c9",
"fontFamily": "EuclidCircularB-Medium",
"fontSize": 14,
"fontWeight": "400",
"letterSpacing": 0,
"lineHeight": 22,
}
}
>
Show tokens without balance
</Text>
</View>
</View>
</View>
</View>
Expand Down

0 comments on commit 26e12d1

Please sign in to comment.