Skip to content

Commit

Permalink
feat: att types
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 19, 2024
1 parent 94e6ba4 commit 7454778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/dashboard/src/utils/clerk-appearance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export const clerkAppearance = {
import { SignUpTheme, SignInTheme } from '@clerk/types';

export const clerkAppearance: SignUpTheme | SignInTheme = {
elements: {
headerTitle: {
fontWeight: '500',
Expand Down

0 comments on commit 7454778

Please sign in to comment.