Skip to content

Commit

Permalink
updated type for typeProp to accept string or object
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-rafada committed Dec 29, 2023
1 parent 1d108ba commit 17928ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/CTAButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function CTAButton({
}: {
type: string
variant: string
size: string
size: string | object
colorScheme: string
}) {
const [text, setText] = useState('')
Expand Down

0 comments on commit 17928ec

Please sign in to comment.