Use pill shape and inverted theme for Google button

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2025-12-30 09:35:19 -08:00
parent 454ae2afd2
commit aec2107bce

View File

@@ -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'
});
});