UI updates (#135)

This commit is contained in:
Alejandro
2023-01-25 19:08:53 +01:00
committed by GitHub
parent a8414d2b0f
commit 9ca3b547c2
47 changed files with 628 additions and 433 deletions

View File

@ -17,7 +17,9 @@ export default function Modal(props: ModalProps) {
return (
<div className="modal" onClick={(e) => { e.stopPropagation(); onClose(); }}>
<div className="modal-body">
{props.children}
</div>
</div>
)
}
}