소스 검색

fix: set valid pixel width for Google login button

unknown 2 일 전
부모
커밋
336eeee4a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Auth.vue

+ 1 - 1
src/pages/Auth.vue

@@ -305,7 +305,7 @@ function initGoogleLogin() {
       text: "continue_with",
       shape: "rectangular",
       logo_alignment: "left",
-      width: "100%"
+      width: "400"
     }
   );
 }