Skip to content

Commit 6b54d61

Browse files
committed
chore: fix border radius
1 parent 6426cc8 commit 6b54d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/showcase/shared/components/docs/doc-demo-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function DocDemoWrapper({
6868
</div>
6969
)}
7070
{!isSourceNotAvailable && (mode !== 'collapsible' || isCollapsed) && (
71-
<div className="rounded-[10px] bg-(--code-figure-background) overflow-hidden shadow-[0_0_0_0.5px_rgba(0,0,0,0.2)] dark:shadow-[0_0_0_0.5px_rgba(255,255,255,0.15)]">
71+
<div className="rounded-[8px] bg-(--code-figure-background) overflow-hidden shadow-[0_0_0_0.5px_rgba(0,0,0,0.2)] dark:shadow-[0_0_0_0.5px_rgba(255,255,255,0.15)]">
7272
<figure data-rehype-pretty-code-figure="in-wrapper" data-expanded={isExpanded} className={cn('', mode === 'compact' && 'data-[expanded=true]:[&_pre]:max-h-max [&_pre]:max-h-[300px]')}>
7373
<div dangerouslySetInnerHTML={{ __html: highlightedCode }} />
7474
</figure>

0 commit comments

Comments
 (0)