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), ),