From 21573d36decb0b68540bbe372182302de5ea8e7d Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 8 Oct 2024 08:41:16 +0200 Subject: [PATCH] fix: import svg viewbox misalignment (#8216) This change updates the import svg's viewbox. It was set to be 24 x 24, but the icon is only 16px wide, causing it to be shifted 4px to the left, as shown in the following image: ![image](https://github.com/user-attachments/assets/bcaa0526-662b-4d85-b302-8c2dfa46f62d) By shrinking the viewbox (but keeping the width the same), the icon is now more correctly aligned: ![image](https://github.com/user-attachments/assets/d77b8b6d-ccc1-448d-bd61-675766b94d0e) --- frontend/src/assets/icons/import.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/icons/import.svg b/frontend/src/assets/icons/import.svg index db27de2b422f..2311f302a38b 100644 --- a/frontend/src/assets/icons/import.svg +++ b/frontend/src/assets/icons/import.svg @@ -1,3 +1,3 @@ - +