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;