Make passphrase selectable.

This commit is contained in:
Marco 2023-07-06 15:01:27 +02:00
parent 4b8624f82b
commit da986c8d9b

View File

@ -79,7 +79,7 @@ class _HostGameWidgetState extends State<HostGameWidget> {
color: Theme.of(context).colorScheme.primary),
),
const SizedBox(height: 25),
Text(
SelectableText(
passphrase,
style: const TextStyle(fontWeight: FontWeight.bold),
),