mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 11:45:59 +00:00
new line fixes
This commit is contained in:
parent
c9eba36f31
commit
6f17834339
1 changed files with 9 additions and 8 deletions
|
@ -151,13 +151,13 @@ class _StackPrivacyCalls extends ConsumerState<StackPrivacyCalls> {
|
||||||
if (Constants.enableExchange)
|
if (Constants.enableExchange)
|
||||||
const TextSpan(
|
const TextSpan(
|
||||||
text:
|
text:
|
||||||
"Exchange data preloaded for a seamless experience."),
|
"Exchange data preloaded for a seamless experience.\n\n"),
|
||||||
const TextSpan(
|
const TextSpan(
|
||||||
text:
|
text:
|
||||||
"\n\nCoinGecko enabled: (24 hour price change shown in-app, total wallet value shown in USD or other currency)."),
|
"CoinGecko enabled: (24 hour price change shown in-app, total wallet value shown in USD or other currency).\n\n"),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text:
|
text:
|
||||||
"\n\nRecommended for most crypto users.",
|
"Recommended for most crypto users.",
|
||||||
style: isDesktop
|
style: isDesktop
|
||||||
? STextStyles
|
? STextStyles
|
||||||
.desktopTextExtraExtraSmall600(
|
.desktopTextExtraExtraSmall600(
|
||||||
|
@ -171,15 +171,16 @@ class _StackPrivacyCalls extends ConsumerState<StackPrivacyCalls> {
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
|
if (Constants.enableExchange)
|
||||||
|
const TextSpan(
|
||||||
|
text:
|
||||||
|
"Exchange data not preloaded (slower experience).\n\n"),
|
||||||
const TextSpan(
|
const TextSpan(
|
||||||
text:
|
text:
|
||||||
"Exchange data not preloaded (slower experience)."),
|
"CoinGecko disabled (price changes not shown, no wallet value shown in other currencies).\n\n"),
|
||||||
const TextSpan(
|
|
||||||
text:
|
|
||||||
"\n\nCoinGecko disabled (price changes not shown, no wallet value shown in other currencies)."),
|
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text:
|
text:
|
||||||
"\n\nRecommended for the privacy conscious.",
|
"Recommended for the privacy conscious.",
|
||||||
style: isDesktop
|
style: isDesktop
|
||||||
? STextStyles
|
? STextStyles
|
||||||
.desktopTextExtraExtraSmall600(
|
.desktopTextExtraExtraSmall600(
|
||||||
|
|
Loading…
Reference in a new issue