From caca7348efa26b2a91875495f6dacdef5a60ccc0 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 27 Mar 2025 19:03:11 +0100 Subject: [PATCH] UI: Adjust weight for IOS platform (#5750) --- src/styles/index.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index a83829828..4be03d70e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -64,6 +64,7 @@ body.is-ios, body.is-macos { --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Helvetica Neue", sans-serif; + --font-weight-semibold: 600; } html[lang="fa"], @@ -83,10 +84,6 @@ body.is-ios { --border-radius-messages-small: 0.5rem; } -body.is-macos { - --font-weight-semibold: 600; -} - body.is-electron { --custom-cursor: default; }