Skip to content

Commit

Permalink
Add iconcolor gradient to send, request, earn, and txdetails
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Jan 11, 2024
1 parent 10b8c1b commit a29ebbd
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 577 deletions.
27 changes: 27 additions & 0 deletions src/__tests__/scenes/__snapshots__/RequestScene.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,34 @@

exports[`Request should render with loaded props 1`] = `
<SceneWrapper
backgroundGradientColors={
[
"#1b2f3b",
"#1a1a1a",
]
}
backgroundGradientEnd={
{
"x": 0,
"y": 1,
}
}
backgroundGradientStart={
{
"x": 0,
"y": 0,
}
}
hasTabs={false}
overrideDots={
[
undefined,
{
"color": undefined,
},
null,
]
}
>
<View
style={
Expand Down
Loading

0 comments on commit a29ebbd

Please sign in to comment.