File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/workshop-app/app/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,8 +437,8 @@ export function DiffImplementation({
437437 key = { `${ fileValue } :${ index } ` }
438438 value = { fileValue }
439439 >
440- < Accordion . Header className = "bg-background/95 hover:bg-background/90 supports-[backdrop-filter]:bg-background/80 supports-[backdrop-filter]:hover:bg-background/70 border-border/70 relative sticky top-0 z-10 flex w-full items-center gap-3 border-b px-4 py-2 backdrop-blur" >
441- < Accordion . Trigger className = "group flex min-w-0 flex-1 items-center justify-between gap-3 pr-38 text-left" >
440+ < Accordion . Header className = "bg-background/95 hover:bg-background/90 supports-[backdrop-filter]:bg-background/80 supports-[backdrop-filter]:hover:bg-background/70 border-border/70 sticky top-0 z-10 flex w-full items-center gap-3 border-b backdrop-blur" >
441+ < Accordion . Trigger className = "group flex min-w-0 flex-1 items-center justify-between gap-3 px-4 py-2 pr-38 text-left" >
442442 < span className = "flex min-w-0 items-center gap-2 font-mono text-sm" >
443443 < Icon
444444 name = { getDiffFileIcon ( fileDiff ) }
You can’t perform that action at this time.
0 commit comments