chore: Use correct mono font

This commit is contained in:
Krille Fear 2022-12-26 19:20:52 +01:00
parent 94b19cf6a6
commit 0052b6d42f
1 changed files with 3 additions and 2 deletions

View File

@ -137,8 +137,9 @@ class ChatEncryptionSettingsView extends StatelessWidget {
(s) => '${s.group(0)} ') ??
L10n.of(context)!
.unknownEncryptionAlgorithm,
style:
const TextStyle(fontFamily: 'Mono'),
style: const TextStyle(
fontFamily: 'monospace',
),
),
),
);