mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Use correct mono font
This commit is contained in:
parent
94b19cf6a6
commit
0052b6d42f
@ -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…
Reference in New Issue
Block a user