From a2fe2780cfc256d787c347ed0e70eafa6c476d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20T=C3=B8n=20L=C3=B8vhaug?= Date: Sun, 9 Mar 2025 18:03:25 +0100 Subject: [PATCH] Change to tel type --- frontend/src/components/TrackerSetting.svelte | 2 +- frontend/src/components/ui/input/input.svelte | 69 ++++++++++--------- 2 files changed, 36 insertions(+), 35 deletions(-) diff --git a/frontend/src/components/TrackerSetting.svelte b/frontend/src/components/TrackerSetting.svelte index e9817e3..f67e0e7 100644 --- a/frontend/src/components/TrackerSetting.svelte +++ b/frontend/src/components/TrackerSetting.svelte @@ -13,6 +13,6 @@

{text}

- +
diff --git a/frontend/src/components/ui/input/input.svelte b/frontend/src/components/ui/input/input.svelte index cab1457..4795ccf 100644 --- a/frontend/src/components/ui/input/input.svelte +++ b/frontend/src/components/ui/input/input.svelte @@ -1,42 +1,43 @@