From a4958d458d117af010c7b9b02e2e9577f706bddf Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 30 Dec 2025 10:49:35 -0800 Subject: [PATCH] Use filled_blue Google button theme for dark mode --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index c1669e8..788af99 100644 --- a/static/app.js +++ b/static/app.js @@ -85,7 +85,7 @@ export async function auth() { google.accounts.id.renderButton(signin, { type: 'standard', size: 'large', - theme: isDark ? 'outline' : 'filled_black', + theme: isDark ? 'filled_blue' : 'filled_black', text: 'sign_in_with', shape: 'pill', logo_alignment: 'left'