Use color Google and GitHub icons in Login screen (#11194)

- Make Google and GitHub icons full color again

# Important Notes
None

(cherry picked from commit 5afcb15ff2)
This commit is contained in:
somebody1234 2024-09-27 21:19:10 +10:00 committed by James Dunkerley
parent 0479381629
commit b504db2329
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,7 @@ export default function Login() {
<Button
size="large"
variant="outline"
icon={GoogleIcon}
icon={<img src={GoogleIcon} alt={getText('googleIcon')} />}
onPress={async () => {
await signInWithGoogle()
}}
@ -109,7 +109,7 @@ export default function Login() {
<Button
size="large"
variant="outline"
icon={GithubIcon}
icon={<img src={GithubIcon} alt={getText('gitHubIcon')} />}
onPress={async () => {
await signInWithGitHub()
}}

View File

@ -267,6 +267,8 @@
"reload": "Reload",
"seeLatestRelease": "See latest release",
"options": "Options",
"googleIcon": "Google icon",
"gitHubIcon": "GitHub icon",
"enterSecretPath": "Enter secret path",
"enterText": "Enter text",