Skip to content

Commit

Permalink
fix(www): issue with border radius in component preview (shadcn-ui#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Aug 17, 2023
1 parent f68976b commit 52c2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/component-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function ComponentPreview({
codeString && <CopyButton value={codeString} />
)}
</div>
<ThemeWrapper>
<ThemeWrapper defaultTheme="zinc">
<div
className={cn(
"preview flex min-h-[350px] w-full justify-center p-10",
Expand Down

0 comments on commit 52c2374

Please sign in to comment.