Merge pull request #467 from cypherstack/xpub

Add xpub text to desktop dialog
This commit is contained in:
Diego Salazar 2023-04-06 17:59:42 -06:00 committed by GitHub
commit 7ced912de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [