Skip to content

Commit 4d83bdb

Browse files
committed
feat: [UI개선] 일정 수정시 시작일, 끝날짜 디폴트 넣기 및 버튼UI 수정
1 parent 4c0e415 commit 4d83bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Dialog = forwardRef<DialogElement, Props>((props, ref) => {
3737
{desc && <p className={descClassName}>{desc}</p>}
3838
{children && <div>{children}</div>}
3939
<div className="modal-action mt-1 flex justify-center">
40-
<button type="button" className="btn bg-primary text-base-100" onClick={() => dialogRef.current?.close()}>
40+
<button type="button" className="btn bg-primary w-full text-base-100" onClick={() => dialogRef.current?.close()}>
4141
닫기
4242
</button>
4343
</div>

0 commit comments

Comments
 (0)