File tree Expand file tree Collapse file tree
lib/pages/add_wallet_views/restore_wallet_view/restore_options_view Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -519,23 +519,22 @@ class _SeedRestoreOptionState extends ConsumerState<SeedRestoreOption> {
519519 if (isCnAnd25 ||
520520 widget.coin is Epiccash ||
521521 widget.coin is Mimblewimblecoin )
522- SizedBox (height : Util .isDesktop ? 16 : 8 ),
523- RoundedWhiteContainer (
524- child: Center (
525- child : Text (
526- ref. watch (_pIsUsingDate)
527- ? "Choose the date you made the wallet (approximate is fine)"
528- : "Enter the initial block height of the wallet" ,
529- style : Util .isDesktop
530- ? STextStyles . desktopTextExtraSmall (context). copyWith (
531- color : Theme . of (
532- context ,
533- ). extension < StackColors > () ! .textSubtitle1,
534- )
535- : STextStyles . smallMed12 (context). copyWith (fontSize : 10 ),
522+ RoundedWhiteContainer (
523+ child : Center (
524+ child: Text (
525+ ref. watch (_pIsUsingDate)
526+ ? "Choose the date you made the wallet (approximate is fine)"
527+ : "Enter the initial block height of the wallet" ,
528+ style : Util .isDesktop
529+ ? STextStyles . desktopTextExtraSmall (context). copyWith (
530+ color : Theme . of (
531+ context,
532+ ). extension < StackColors > () ! .textSubtitle1 ,
533+ )
534+ : STextStyles . smallMed12 (context). copyWith (fontSize : 10 ),
535+ ),
536536 ),
537537 ),
538- ),
539538 if (isCnAnd25 ||
540539 widget.coin is Epiccash ||
541540 widget.coin is Mimblewimblecoin )
You can’t perform that action at this time.
0 commit comments