diff --git a/apps/renderer/src/components/ui/context-menu/context-menu.tsx b/apps/renderer/src/components/ui/context-menu/context-menu.tsx index 88951f355..8839b0e90 100644 --- a/apps/renderer/src/components/ui/context-menu/context-menu.tsx +++ b/apps/renderer/src/components/ui/context-menu/context-menu.tsx @@ -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} diff --git a/packages/types/package.json b/packages/types/package.json index 584dd706e..ac1b39805 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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" } }