Skip to content

Commit

Permalink
Update theme.config.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
marcklingen and ellipsis-dev[bot] authored Dec 9, 2024
1 parent 69876fc commit 86f0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const config: DocsThemeConfig = {
Tab: ({
children,
...props
}: { children: React.ReactNode } & Parameters<typeof Tabs.Tab>) => (
}: { children: React.ReactNode } & React.ComponentProps<typeof Tabs.Tab>) => (
<Tabs.Tab {...props} style={{ marginTop: "1rem" }}>
<div className="border rounded bg-background p-4">{children}</div>
</Tabs.Tab>
Expand Down

0 comments on commit 86f0aff

Please sign in to comment.