Skip to content

Commit 9038ac1

Browse files
committed
fix merge conflict bug
1 parent 6e878e0 commit 9038ac1

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

lib/pages/add_wallet_views/restore_wallet_view/restore_options_view/restore_options_view.dart

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)