mirror of
https://github.com/enso-org/enso.git
synced 2024-11-25 10:43:02 +03:00
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:
parent
0479381629
commit
b504db2329
@ -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()
|
||||
}}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user