change copy to clipboard text in desktop xpub dialog

This commit is contained in:
sneurlax 2023-04-06 14:14:03 -05:00
parent d91df1165f
commit 84fea4e9ff

View file

@ -98,7 +98,7 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
SecondaryButton( SecondaryButton(
width: 250, width: 250,
buttonHeight: ButtonHeight.xl, buttonHeight: ButtonHeight.xl,
label: "Copy to clipboard", label: "Copy",
onPressed: () async { onPressed: () async {
await _copy(); await _copy();
}), }),