Skip to content

Commit

Permalink
fixup! Replace the gradient background with blurred dots
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jan 6, 2024
1 parent dcd2b8c commit 17ef344
Show file tree
Hide file tree
Showing 14 changed files with 1,614 additions and 708 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ exports[`CategoryModal should render with a subcategory 1`] = `
numberOfLines={1}
style={
{
"color": "#000000",
"color": "black",
"fontFamily": "Quicksand-Bold",
"fontSize": 14,
"marginHorizontal": 7,
Expand Down Expand Up @@ -1451,7 +1451,7 @@ exports[`CategoryModal should render with an empty subcategory 1`] = `
numberOfLines={1}
style={
{
"color": "#000000",
"color": "black",
"fontFamily": "Quicksand-Bold",
"fontSize": 14,
"marginHorizontal": 7,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`CreateWalletAccountSelect renders 1`] = `
"top": 0,
},
{
"backgroundColor": "#000000",
"backgroundColor": "black",
},
]
}
Expand Down Expand Up @@ -55,19 +55,17 @@ exports[`CreateWalletAccountSelect renders 1`] = `
gradient={
[
0,
-15348865,
0.3333,
-15348865,
0.4167,
-183121025,
0.5,
-652883073,
0.8332999999999999,
638962559,
0.9167000000000001,
169200511,
-6719437,
0.125,
-174491597,
0.25,
-644253645,
0.75,
647591987,
0.875,
177829939,
1,
1428351,
10057779,
]
}
gradientTransform={null}
Expand All @@ -84,19 +82,17 @@ exports[`CreateWalletAccountSelect renders 1`] = `
gradient={
[
0,
-8448565,
0.3333,
-8448565,
0.4167,
-176220725,
0.5,
-645982773,
0.8332999999999999,
645862859,
0.9167000000000001,
176100811,
-812017255,
0.125,
-963012199,
0.25,
-1332110951,
0.75,
530160025,
0.875,
144284057,
1,
8328651,
10066329,
]
}
gradientTransform={null}
Expand All @@ -105,6 +101,35 @@ exports[`CreateWalletAccountSelect renders 1`] = `
rx="50%"
ry="50%"
/>
<RNSVGRadialGradient
cx="50%"
cy="50%"
fx="50%"
fy="50%"
gradient={
[
0,
-15348865,
0.4286,
-15348865,
0.5,
-183121025,
0.5714,
-652883073,
0.8571,
638962559,
0.9286,
169200511,
1,
1428351,
]
}
gradientTransform={null}
gradientUnits={0}
name="grad2"
rx="50%"
ry="50%"
/>
</RNSVGDefs>
<RNSVGGroup
fill={
Expand All @@ -113,11 +138,11 @@ exports[`CreateWalletAccountSelect renders 1`] = `
"type": 0,
}
}
opacity={0.5}
opacity={0.4}
>
<RNSVGCircle
cx="100"
cy="-200"
cx="45%"
cy="-20%"
fill={
{
"brushRef": "grad0",
Expand All @@ -129,11 +154,11 @@ exports[`CreateWalletAccountSelect renders 1`] = `
"fill",
]
}
r="300"
r="200"
/>
<RNSVGCircle
cx="-100"
cy="200"
cx="-40%"
cy="-40%"
fill={
{
"brushRef": "grad1",
Expand All @@ -145,7 +170,23 @@ exports[`CreateWalletAccountSelect renders 1`] = `
"fill",
]
}
r="300"
r="200"
/>
<RNSVGCircle
cx="-65%"
cy="50%"
fill={
{
"brushRef": "grad2",
"type": 1,
}
}
propList={
[
"fill",
]
}
r="350"
/>
</RNSVGGroup>
</RNSVGGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
"top": 0,
},
{
"backgroundColor": "#000000",
"backgroundColor": "black",
},
]
}
Expand Down Expand Up @@ -55,19 +55,17 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
gradient={
[
0,
-15348865,
0.3333,
-15348865,
0.4167,
-183121025,
0.5,
-652883073,
0.8332999999999999,
638962559,
0.9167000000000001,
169200511,
-6719437,
0.125,
-174491597,
0.25,
-644253645,
0.75,
647591987,
0.875,
177829939,
1,
1428351,
10057779,
]
}
gradientTransform={null}
Expand All @@ -84,19 +82,17 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
gradient={
[
0,
-8448565,
0.3333,
-8448565,
0.4167,
-176220725,
0.5,
-645982773,
0.8332999999999999,
645862859,
0.9167000000000001,
176100811,
-812017255,
0.125,
-963012199,
0.25,
-1332110951,
0.75,
530160025,
0.875,
144284057,
1,
8328651,
10066329,
]
}
gradientTransform={null}
Expand All @@ -105,6 +101,35 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
rx="50%"
ry="50%"
/>
<RNSVGRadialGradient
cx="50%"
cy="50%"
fx="50%"
fy="50%"
gradient={
[
0,
-15348865,
0.4286,
-15348865,
0.5,
-183121025,
0.5714,
-652883073,
0.8571,
638962559,
0.9286,
169200511,
1,
1428351,
]
}
gradientTransform={null}
gradientUnits={0}
name="grad2"
rx="50%"
ry="50%"
/>
</RNSVGDefs>
<RNSVGGroup
fill={
Expand All @@ -113,11 +138,11 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
"type": 0,
}
}
opacity={0.5}
opacity={0.4}
>
<RNSVGCircle
cx="100"
cy="-200"
cx="45%"
cy="-20%"
fill={
{
"brushRef": "grad0",
Expand All @@ -129,11 +154,11 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
"fill",
]
}
r="300"
r="200"
/>
<RNSVGCircle
cx="-100"
cy="200"
cx="-40%"
cy="-40%"
fill={
{
"brushRef": "grad1",
Expand All @@ -145,7 +170,23 @@ exports[`CreateWalletImportScene should render with loading props 1`] = `
"fill",
]
}
r="300"
r="200"
/>
<RNSVGCircle
cx="-65%"
cy="50%"
fill={
{
"brushRef": "grad2",
"type": 1,
}
}
propList={
[
"fill",
]
}
r="350"
/>
</RNSVGGroup>
</RNSVGGroup>
Expand Down
Loading

0 comments on commit 17ef344

Please sign in to comment.