chore: Use UbuntuMono
This commit is contained in:
parent
8cf67afd95
commit
5f439a6b58
2 changed files with 3 additions and 3 deletions
|
|
@ -238,7 +238,7 @@ class InputBar extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
commandExample(command),
|
commandExample(command),
|
||||||
style: const TextStyle(fontFamily: 'monospace'),
|
style: const TextStyle(fontFamily: 'UbuntuMono'),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
hint,
|
hint,
|
||||||
|
|
@ -258,7 +258,7 @@ class InputBar extends StatelessWidget {
|
||||||
waitDuration: const Duration(days: 1), // don't show on hover
|
waitDuration: const Duration(days: 1), // don't show on hover
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: padding,
|
padding: padding,
|
||||||
child: Text(label, style: const TextStyle(fontFamily: 'monospace')),
|
child: Text(label, style: const TextStyle(fontFamily: 'UbuntuMono')),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ class SettingsSecurityView extends StatelessWidget {
|
||||||
leading: const Icon(Icons.vpn_key_outlined),
|
leading: const Icon(Icons.vpn_key_outlined),
|
||||||
subtitle: SelectableText(
|
subtitle: SelectableText(
|
||||||
Matrix.of(context).client.fingerprintKey.beautified,
|
Matrix.of(context).client.fingerprintKey.beautified,
|
||||||
style: const TextStyle(fontFamily: 'monospace'),
|
style: const TextStyle(fontFamily: 'UbuntuMono'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (capabilities?.mChangePassword?.enabled != false ||
|
if (capabilities?.mChangePassword?.enabled != false ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue