meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
10 additions and
10 deletions
-
src/components/base/FormattedVal/__tests__/__snapshots__/FormattedVal.test.js.snap
|
|
@ -2,8 +2,8 @@ |
|
|
|
|
|
|
|
exports[`components FormattedVal renders a fiat 1`] = ` |
|
|
|
<span |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" |
|
|
|
color="#96d071" |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH" |
|
|
|
color="#66be54" |
|
|
|
> |
|
|
|
20.00 |
|
|
|
</span> |
|
|
@ -11,8 +11,8 @@ exports[`components FormattedVal renders a fiat 1`] = ` |
|
|
|
|
|
|
|
exports[`components FormattedVal renders a formatted val 1`] = ` |
|
|
|
<span |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" |
|
|
|
color="#96d071" |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH" |
|
|
|
color="#66be54" |
|
|
|
> |
|
|
|
4 |
|
|
|
</span> |
|
|
@ -20,8 +20,8 @@ exports[`components FormattedVal renders a formatted val 1`] = ` |
|
|
|
|
|
|
|
exports[`components FormattedVal renders a percent 1`] = ` |
|
|
|
<span |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" |
|
|
|
color="#96d071" |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH" |
|
|
|
color="#66be54" |
|
|
|
> |
|
|
|
30 % |
|
|
|
</span> |
|
|
@ -29,8 +29,8 @@ exports[`components FormattedVal renders a percent 1`] = ` |
|
|
|
|
|
|
|
exports[`components FormattedVal shows code 1`] = ` |
|
|
|
<span |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" |
|
|
|
color="#96d071" |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH" |
|
|
|
color="#66be54" |
|
|
|
> |
|
|
|
BTC 4 |
|
|
|
</span> |
|
|
@ -38,8 +38,8 @@ exports[`components FormattedVal shows code 1`] = ` |
|
|
|
|
|
|
|
exports[`components FormattedVal shows sign 1`] = ` |
|
|
|
<span |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" |
|
|
|
color="#96d071" |
|
|
|
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH" |
|
|
|
color="#66be54" |
|
|
|
> |
|
|
|
+ 4 |
|
|
|
</span> |
|
|
|