diff --git a/navigator/src/components/ModalPopup.vue b/navigator/src/components/ModalPopup.vue index 4630266..88e0ad3 100644 --- a/navigator/src/components/ModalPopup.vue +++ b/navigator/src/components/ModalPopup.vue @@ -21,7 +21,7 @@ If not, see . leave="ease-in duration-500" leave-from="opacity-100" leave-to="opacity-0">
-
+
.

{{ headerText }}

-
+
-
+
@@ -89,6 +94,7 @@ export default { emits: [ 'apply', 'cancel', + 'close', ] };