mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
Merge pull request #467 from cypherstack/xpub
Add xpub text to desktop dialog
This commit is contained in:
commit
7ced912de1
1 changed files with 3 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue