Skip to content

Commit

Permalink
fix(modal): close button can not click on electron
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 8, 2024
1 parent f61dc56 commit c544dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/components/ui/modal/components/close.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const FixedModalCloseButton: Component<{
<TooltipTrigger
type="button"
className={cn(
"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",
className,
)}
onClick={onClick}
Expand Down

0 comments on commit c544dfc

Please sign in to comment.