mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
change copy to clipboard button color
This commit is contained in:
parent
4007c1558b
commit
767bcecd03
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ import 'package:stackwallet/utilities/theme/stack_colors.dart';
|
|||
import 'package:stackwallet/widgets/desktop/desktop_dialog.dart';
|
||||
import 'package:stackwallet/widgets/desktop/desktop_dialog_close_button.dart';
|
||||
import 'package:stackwallet/widgets/desktop/primary_button.dart';
|
||||
import 'package:stackwallet/widgets/desktop/secondary_button.dart';
|
||||
|
||||
class DesktopShowXpubDialog extends ConsumerStatefulWidget {
|
||||
const DesktopShowXpubDialog({
|
||||
|
@ -94,7 +95,7 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
|
|||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
PrimaryButton(
|
||||
SecondaryButton(
|
||||
width: 250,
|
||||
buttonHeight: ButtonHeight.xl,
|
||||
label: "Copy to clipboard",
|
||||
|
|
Loading…
Reference in a new issue