|
@@ -8,7 +8,7 @@ function Dialog ({}, children) {
|
|
}
|
|
}
|
|
|
|
|
|
return (
|
|
return (
|
|
- <Overlay>
|
|
|
|
|
|
+ <Overlay onBackgroundClick={actions.dialog.close}>
|
|
<button className={style.close} onclick={actions.dialog.close} />
|
|
<button className={style.close} onclick={actions.dialog.close} />
|
|
|
|
|
|
<div className={style.content}>
|
|
<div className={style.content}>
|