Skip to content

Commit

Permalink
Merge pull request #467 from cypherstack/xpub
Browse files Browse the repository at this point in the history
Add xpub text to desktop dialog
  • Loading branch information
rehrar authored Apr 6, 2023
2 parents 9a58b85 + 064a248 commit 7ced912
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
.extension<StackColors>()!
.accentColorDark,
),
const SizedBox(height: 50),
const SizedBox(height: 25),
Text(widget.xpub!, style: STextStyles.largeMedium14(context)),
const SizedBox(height: 25),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down

0 comments on commit 7ced912

Please sign in to comment.