Skip to content

Commit 7ced912

Browse files
authored
Merge pull request #467 from cypherstack/xpub
Add xpub text to desktop dialog
2 parents 9a58b85 + 064a248 commit 7ced912

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)