[WEB-4838] fix: github logo theme #7709
This commit is contained in:
parent
4b74751e4e
commit
91f0228b5f
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ export const AuthRoot: FC = observer(() => {
|
|||
text: `${content} with GitHub`,
|
||||
icon: (
|
||||
<Image
|
||||
src={resolvedTheme === "dark" ? GithubDarkLogo : GithubLightLogo}
|
||||
src={resolvedTheme === "dark" ? GithubLightLogo : GithubDarkLogo}
|
||||
height={18}
|
||||
width={18}
|
||||
alt="GitHub Logo"
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ export const AuthRoot: FC<TAuthRoot> = observer((props) => {
|
|||
text: `${OauthButtonContent} with GitHub`,
|
||||
icon: (
|
||||
<Image
|
||||
src={resolvedTheme === "dark" ? GithubLightLogo : GithubDarkLogo}
|
||||
src={resolvedTheme === "dark" ? GithubDarkLogo : GithubLightLogo}
|
||||
height={18}
|
||||
width={18}
|
||||
alt="GitHub Logo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue