From 63b95ffad272cf6ac5d95efa871356e6a9059cb2 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:00:54 +0000 Subject: [PATCH] fonts --- website/src/js/channel-preview.jsc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index a2ca0f3b8d..808704436b 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -546,7 +546,6 @@ const STYLE = ` .simplex-preview-qr-caption { font-size: 14px; color: #000; - font-weight: 500; text-align: center; margin: 0; } @@ -571,8 +570,8 @@ const STYLE = ` } .simplex-preview-copy-action { - font-size: 13px; - color: #8b8786; + font-size: 14px; + color: #000; margin: 0; } @@ -587,8 +586,7 @@ const STYLE = ` } .simplex-preview-step-title { - font-size: 16px; - font-weight: 500; + font-size: 14px; text-align: center; margin: 0; color: #000;