chore: Use correct mono font
This commit is contained in:
parent
60301db6fe
commit
8823e959c4
1 changed files with 3 additions and 2 deletions
|
|
@ -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',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue