Skip to content

Commit 064a248

Browse files
committed
add text to desktop xpub dialog
1 parent 08b40c4 commit 064a248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/desktop_show_xpub_dialog.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
9191
.extension<StackColors>()!
9292
.accentColorDark,
9393
),
94-
const SizedBox(height: 50),
94+
const SizedBox(height: 25),
95+
Text(widget.xpub!, style: STextStyles.largeMedium14(context)),
96+
const SizedBox(height: 25),
9597
Row(
9698
mainAxisAlignment: MainAxisAlignment.center,
9799
children: [

0 commit comments

Comments
 (0)