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)} ') ??
|
(s) => '${s.group(0)} ') ??
|
||||||
L10n.of(context)!
|
L10n.of(context)!
|
||||||
.unknownEncryptionAlgorithm,
|
.unknownEncryptionAlgorithm,
|
||||||
style:
|
style: const TextStyle(
|
||||||
const TextStyle(fontFamily: 'Mono'),
|
fontFamily: 'monospace',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue