From 1c69dff967faa790b9fff9e207bd2c66cafa5b8c Mon Sep 17 00:00:00 2001 From: waclaw66 Date: Tue, 19 Dec 2023 16:49:09 +0100 Subject: [PATCH] feat(web): bigger dialog box of location change (#5862) --- .../lib/components/shared-components/change-location.svelte | 3 ++- .../lib/components/shared-components/confirm-dialogue.svelte | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/shared-components/change-location.svelte b/web/src/lib/components/shared-components/change-location.svelte index 16b6c4f039..9af69232b8 100644 --- a/web/src/lib/components/shared-components/change-location.svelte +++ b/web/src/lib/components/shared-components/change-location.svelte @@ -41,12 +41,13 @@ confirmColor="primary" cancelColor="secondary" title="Change Location" + width={800} on:confirm={handleConfirm} on:cancel={handleCancel} >
-
+
(); @@ -36,7 +37,8 @@ handleEscape()}>