Skip to content

Commit 89c80fa

Browse files
committed
improve spacing
1 parent 54cdff0 commit 89c80fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/modal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export function Modal({isOpen, onClose, children, title}: Props) {
4242
onClick={handleBackdropClick}
4343
>
4444
<div className="bg-[var(--gray-1)] rounded-lg shadow-lg border border-[var(--gray-6)] motion-safe:animate-modal-enter px-4">
45-
<div className="flex items-center justify-between py-4 border-b border-[var(--gray-6)] px-4">
46-
<h2 className="text-lg font-medium">{title}</h2>
45+
<div className="flex items-center justify-between py-5 border-b border-[var(--gray-6)] px-4">
46+
<h2 className="text-lg font-medium p!-0 !m-0">{title}</h2>
4747
<button
4848
onClick={handleClose}
4949
className="p-2 hover:bg-[var(--gray-3)] rounded-full transition-colors"

0 commit comments

Comments
 (0)