mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +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)} ') ??
|
(s) => '${s.group(0)} ') ??
|
||||||
L10n.of(context)!
|
L10n.of(context)!
|
||||||
.unknownEncryptionAlgorithm,
|
.unknownEncryptionAlgorithm,
|
||||||
style:
|
style: const TextStyle(
|
||||||
const TextStyle(fontFamily: 'Mono'),
|
fontFamily: 'monospace',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user