diff --git a/static/app.js b/static/app.js index 614a845..c1669e8 100644 --- a/static/app.js +++ b/static/app.js @@ -85,9 +85,9 @@ export async function auth() { google.accounts.id.renderButton(signin, { type: 'standard', size: 'large', - theme: isDark ? 'filled_black' : 'outline', + theme: isDark ? 'outline' : 'filled_black', text: 'sign_in_with', - shape: 'rectangular', + shape: 'pill', logo_alignment: 'left' }); });