Skip to content

Commit 59b9544

Browse files
committed
fix(keychain): use primary style for password login
1 parent 2c879ec commit 59b9544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/keychain/src/components/connect/buttons/auth-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ const OPTIONS: Partial<Record<string, LoginAuthConfig>> = {
8787
},
8888
password: {
8989
Icon: LockIcon,
90-
bgColor: "bg-background-300",
9190
label: AUTH_METHODS_LABELS.password,
9291
},
9392
};

0 commit comments

Comments
 (0)