fix(signin): Improve login button UI (#22433) (#22514)

This commit is contained in:
HyaCinth
2025-07-17 10:15:24 +08:00
committed by GitHub
parent fb5c6dd644
commit a3ced1b5a6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.githubIcon {
background: center/contain url('./assets/github.svg');
background: center/contain url('./assets/github.svg') no-repeat;
}
.googleIcon {
background: center/contain url('./assets/google.svg');
background: center/contain url('./assets/google.svg') no-repeat;
}