mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
add text to desktop xpub dialog
This commit is contained in:
parent
08b40c464b
commit
064a2486c1
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
.accentColorDark,
|
.accentColorDark,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 50),
|
const SizedBox(height: 25),
|
||||||
|
Text(widget.xpub!, style: STextStyles.largeMedium14(context)),
|
||||||
|
const SizedBox(height: 25),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in a new issue