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:
@@ -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'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user