Skip to content

Commit

Permalink
fix: fixed the type error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Aug 11, 2023
1 parent 8efeace commit d126850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/auth/SocialAuthContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
import { computed, useAttrs } from 'vue'
import { createTheme } from '@stitches/core'
import { merge } from '@supabase/auth-ui-shared'
import { CssComponent } from '@stitches/core/types/styled-component'
import { Appearance } from '@/types'
interface AuthContainerProps {
theme: 'default' | string
className?: string | CssComponent
className?: string
appearance?: Appearance
}
Expand Down

0 comments on commit d126850

Please sign in to comment.