Use filled_blue Google button theme for dark mode
This commit is contained in:
@@ -85,7 +85,7 @@ export async function auth() {
|
|||||||
google.accounts.id.renderButton(signin, {
|
google.accounts.id.renderButton(signin, {
|
||||||
type: 'standard',
|
type: 'standard',
|
||||||
size: 'large',
|
size: 'large',
|
||||||
theme: isDark ? 'outline' : 'filled_black',
|
theme: isDark ? 'filled_blue' : 'filled_black',
|
||||||
text: 'sign_in_with',
|
text: 'sign_in_with',
|
||||||
shape: 'pill',
|
shape: 'pill',
|
||||||
logo_alignment: 'left'
|
logo_alignment: 'left'
|
||||||
|
|||||||
Reference in New Issue
Block a user