Fix Google sign-in button white box in dark mode

This commit is contained in:
Ian Gulliver
2026-02-16 09:58:39 -08:00
parent ada4817a22
commit dbe621b909

View File

@@ -90,6 +90,7 @@ export async function init() {
const signin = document.getElementById('signin');
signin.style.display = 'flex';
signin.style.colorScheme = 'light';
document.body.style.opacity = 1;
profile = await new Promise((resolve) => {