We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61dc56 commit c544dfcCopy full SHA for c544dfc
apps/renderer/src/components/ui/modal/components/close.tsx
@@ -12,7 +12,7 @@ export const FixedModalCloseButton: Component<{
12
<TooltipTrigger
13
type="button"
14
className={cn(
15
- "center flex size-8 rounded-full bg-background p-1 shadow-sm ring-1 ring-zinc-200 dark:ring-neutral-800",
+ "no-drag-region center flex size-8 rounded-full bg-background p-1 shadow-sm ring-1 ring-zinc-200 dark:ring-neutral-800",
16
className,
17
)}
18
onClick={onClick}
0 commit comments