0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

fix(ui): fix apple logo (#2259)

This commit is contained in:
simeng-li 2022-10-27 16:04:45 +08:00 committed by GitHub
parent 12eef42c9b
commit ee374d19cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ const SocialSignInIconList = ({
<SocialIconButton
key={id}
className={styles.socialButton}
logo={getLogoUrl({ theme, logoUrl, darkLogoUrl, isApple: isAppleConnector() })}
logo={getLogoUrl({ theme, logoUrl, darkLogoUrl, isApple: isAppleConnector(target) })}
target={target}
onClick={() => {
void invokeSocialSignIn(connector);