Parcourir la source

fix: set valid pixel width for Google login button

unknown il y a 2 jours
Parent
commit
336eeee4a6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
     }
   );
 }