mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
various UI improvments
This commit is contained in:
@@ -27,7 +27,7 @@ const Modal: FC<Props> = ({ modalId, children }): JSX.Element => {
|
||||
overlayClassName={styles.modalOverlay}
|
||||
onRequestClose={onClose}
|
||||
>
|
||||
<button type="submit" className={styles.closeButton} onClick={onClose}>
|
||||
<button type="button" className={styles.closeButton} onClick={onClose}>
|
||||
✕
|
||||
</button>
|
||||
{children}
|
||||
|
Reference in New Issue
Block a user