File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/website/src/routes/docs/_components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const CodeCopy = component$(
19
19
{ ...restOfProps }
20
20
title = { copied ? 'Copied to Clipboard' : 'Copy to Clipboard' }
21
21
class = { twMerge (
22
- `rounded p-3 hover:bg-slate-500/25` ,
22
+ `mt-2 rounded p-3 hover:bg-slate-500/25` ,
23
23
stringifyClassList ( outsideClass ) ,
24
24
) }
25
25
onClick$ = { async ( ) => {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const Highlight = component$(
39
39
< div
40
40
{ ...props }
41
41
class = { [
42
- 'tab-size bg-background relative h-full max-w-full overflow-hidden overflow-x-auto p-12 text-sm dark:bg-slate-900' ,
42
+ 'tab-size bg-background relative h-full max-w-full overflow-hidden overflow-x-auto rounded-xl p-12 text-sm dark:bg-slate-900' ,
43
43
props . class ,
44
44
] }
45
45
>
You can’t perform that action at this time.
0 commit comments