Skip to content

Commit 0c0a3b3

Browse files
committed
fix: fixed the types bug
1 parent 390570f commit 0c0a3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface BaseAuth {
5959
}
6060

6161
export interface AuthProps extends BaseAuth {
62-
appearance?: BaseAppearance
62+
appearance?: Appearance
6363
}
6464

6565
export type AuthProvider =

0 commit comments

Comments
 (0)