From da986c8d9b8eb40e7fe7990909927af994f9bb1d Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 6 Jul 2023 15:01:27 +0200 Subject: [PATCH] Make passphrase selectable. --- lib/pages/host_game.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/host_game.dart b/lib/pages/host_game.dart index 7042ad2..bdc7245 100644 --- a/lib/pages/host_game.dart +++ b/lib/pages/host_game.dart @@ -79,7 +79,7 @@ class _HostGameWidgetState extends State { color: Theme.of(context).colorScheme.primary), ), const SizedBox(height: 25), - Text( + SelectableText( passphrase, style: const TextStyle(fontWeight: FontWeight.bold), ),