Skip to content

Commit

Permalink
add text to desktop xpub dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sneurlax committed Apr 6, 2023
1 parent 08b40c4 commit 064a248
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 064a248

Please sign in to comment.