fix: lint

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-11-25 14:30:50 +08:00
parent c28c87d3ad
commit dafaf0a97d
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ const ContextMenuContent = React.forwardRef<
ref={ref}
className={cn(
"z-[60] min-w-32 overflow-hidden rounded-md border border-border bg-theme-modal-background-opaque p-1 text-theme-foreground/90 shadow-lg dark:shadow-zinc-800/60",
"text-xs motion-duration-150 motion-scale-in-75 lg:animate-none",
"text-xs motion-scale-in-75 motion-duration-150 lg:animate-none",
className,
)}
{...props}

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"sideEffects": false,
"exports": {
"./react": "./react-global.d.ts",
"./global": "./global.d.ts"
"./global": "./global.d.ts",
"./react": "./react-global.d.ts"
}
}