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 4c0e415 commit 4d83bdbCopy full SHA for 4d83bdb
src/components/common/Dialog.tsx
@@ -37,7 +37,7 @@ const Dialog = forwardRef<DialogElement, Props>((props, ref) => {
37
{desc && <p className={descClassName}>{desc}</p>}
38
{children && <div>{children}</div>}
39
<div className="modal-action mt-1 flex justify-center">
40
- <button type="button" className="btn bg-primary text-base-100" onClick={() => dialogRef.current?.close()}>
+ <button type="button" className="btn bg-primary w-full text-base-100" onClick={() => dialogRef.current?.close()}>
41
닫기
42
</button>
43
</div>
0 commit comments