File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ const components = {
196196 < StyleWrapper styleName = { __style__ } >
197197 < pre
198198 className = { cn (
199- "mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-zinc-950 py-4 dark:bg-zinc-900 " ,
199+ "mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-background py-4" ,
200200 className
201201 ) }
202202 { ...props }
Original file line number Diff line number Diff line change 327327 }
328328
329329 .step : before {
330- @apply absolute inline-flex items-center justify-center font-mono text-base font-medium text-center border-4 rounded-full w-9 h-9 bg-muted -indent-px border-background;
330+ @apply absolute inline-flex items-center justify-center font-mono text-base font-medium text-center border-4 rounded-2xl w-9 h-9 bg-muted backdrop-blur -indent-px border-background;
331331 @apply ml-[-50px ] mt-[-4px ];
332332 content : counter (step);
333333 }
You can’t perform that action at this time.
0 commit comments