From 7909ac92d9594c85490716876f44d57a71f39482 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 19 Dec 2024 12:07:50 +0100 Subject: [PATCH] Fix monospace font and add figma link to hardcoded value --- res/css/views/settings/encryption/_ChangeRecoveryKey.pcss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/css/views/settings/encryption/_ChangeRecoveryKey.pcss b/res/css/views/settings/encryption/_ChangeRecoveryKey.pcss index 824d8b76f7..a932602bc8 100644 --- a/res/css/views/settings/encryption/_ChangeRecoveryKey.pcss +++ b/res/css/views/settings/encryption/_ChangeRecoveryKey.pcss @@ -45,7 +45,10 @@ color: var(--cpd-color-text-secondary); .mx_KeyPanel_key { - font-family: InputMono, monospace; + font-family: Inconsolata, monospace; + /* + * From figma https://www.figma.com/design/qTWRfItpO3RdCjnTKPu4mL/Settings?node-id=375-77471&t=t7lozYrSI1AVZZ3U-4 + */ height: 70px; box-sizing: border-box; border-radius: var(--cpd-space-2x);