فهرست منبع

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"
     }
   );
 }