Use filled_blue Google button theme for dark mode

This commit is contained in:
Ian Gulliver
2025-12-30 10:49:35 -08:00
parent 92c855f769
commit a4958d458d

View File

@@ -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'