diff --git a/.changeset/funny-lies-wait.md b/.changeset/funny-lies-wait.md new file mode 100644 index 00000000000..a6ddb1431f5 --- /dev/null +++ b/.changeset/funny-lies-wait.md @@ -0,0 +1,6 @@ +--- +'@clerk/ui': patch +--- + +- Removes logos from reverification steps +- Removes fingerprint icon from passkey sign-in step diff --git a/packages/ui/src/components/SignIn/SignInFactorOnePasskey.tsx b/packages/ui/src/components/SignIn/SignInFactorOnePasskey.tsx index 3fe4e637e5c..da60fb03388 100644 --- a/packages/ui/src/components/SignIn/SignInFactorOnePasskey.tsx +++ b/packages/ui/src/components/SignIn/SignInFactorOnePasskey.tsx @@ -8,8 +8,7 @@ import { Header } from '@/ui/elements/Header'; import { IdentityPreview } from '@/ui/elements/IdentityPreview'; import { useCoreSignIn } from '../../contexts'; -import { descriptors, Flex, Flow, Icon, localizationKeys } from '../../customizables'; -import { Fingerprint } from '../../icons'; +import { descriptors, Flex, Flow, localizationKeys } from '../../customizables'; import { useRouter } from '../../router/RouteContext'; import { HavingTrouble } from './HavingTrouble'; import { useHandleAuthenticateWithPasskey } from './shared'; @@ -47,17 +46,6 @@ export const SignInFactorOnePasskey = (props: SignInFactorOnePasswordProps) => { - ({ - color: t.colors.$neutralAlpha500, - marginInline: 'auto', - paddingBottom: t.sizes.$1, - width: t.sizes.$12, - height: t.sizes.$12, - })} - /> { return ( - + diff --git a/packages/ui/src/components/UserVerification/UVFactorTwoAlternativeMethods.tsx b/packages/ui/src/components/UserVerification/UVFactorTwoAlternativeMethods.tsx index a014a462451..c3041271e07 100644 --- a/packages/ui/src/components/UserVerification/UVFactorTwoAlternativeMethods.tsx +++ b/packages/ui/src/components/UserVerification/UVFactorTwoAlternativeMethods.tsx @@ -44,7 +44,7 @@ const AlternativeMethodsList = (props: AlternativeMethodsProps & { onHavingTroub - + diff --git a/packages/ui/src/components/UserVerification/UVFactorTwoBackupCodeCard.tsx b/packages/ui/src/components/UserVerification/UVFactorTwoBackupCodeCard.tsx index e9fc1c9b55b..2d624d9ff1a 100644 --- a/packages/ui/src/components/UserVerification/UVFactorTwoBackupCodeCard.tsx +++ b/packages/ui/src/components/UserVerification/UVFactorTwoBackupCodeCard.tsx @@ -39,7 +39,7 @@ export const UVFactorTwoBackupCodeCard = (props: UVFactorTwoBackupCodeCardProps) return ( - + diff --git a/packages/ui/src/components/UserVerification/UserVerificationFactorOnePassword.tsx b/packages/ui/src/components/UserVerification/UserVerificationFactorOnePassword.tsx index 2f94dc73518..a8f62c47a04 100644 --- a/packages/ui/src/components/UserVerification/UserVerificationFactorOnePassword.tsx +++ b/packages/ui/src/components/UserVerification/UserVerificationFactorOnePassword.tsx @@ -51,7 +51,7 @@ export function UserVerificationFactorOnePasswordCard(props: UserVerificationFac - +