From fee382f8fa3b1b4b68c249ba58d27011ec0051f0 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:03:05 +0100 Subject: [PATCH] Download file and file input borders (#3220) --- .../lib/components/common/fileDownload/FileDownload.svelte | 4 ++-- frontend/src/lib/components/common/fileInput/FileInput.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/common/fileDownload/FileDownload.svelte b/frontend/src/lib/components/common/fileDownload/FileDownload.svelte index 8afdcffbe1..6847026604 100644 --- a/frontend/src/lib/components/common/fileDownload/FileDownload.svelte +++ b/frontend/src/lib/components/common/fileDownload/FileDownload.svelte @@ -6,8 +6,8 @@