Pārlūkot izejas kodu

Merge pull request #2975 from luckykong/patch-1

Yifei Zhang 1 gadu atpakaļ
vecāks
revīzija
3e2c5af4b5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/components/home.tsx

+ 1 - 1
app/components/home.tsx

@@ -129,7 +129,7 @@ function Screen() {
   const isAuth = location.pathname === Path.Auth;
   const isMobileScreen = useMobileScreen();
   const shouldTightBorder =
-    config.tightBorder && !isMobileScreen && !getClientConfig()?.isApp;
+    config.tightBorder && !isMobileScreen && getClientConfig()?.isApp;
 
   useEffect(() => {
     loadAsyncGoogleFont();