From 503f8ab1782e27ae530a1fe6f57eff2dd5357702 Mon Sep 17 00:00:00 2001 From: zouhang Date: Mon, 26 Aug 2024 17:38:16 +0800 Subject: [PATCH] chore: update SVG height to 100% for better responsiveness --- entrypoints/injected/components/Download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoints/injected/components/Download.tsx b/entrypoints/injected/components/Download.tsx index 52b7c27..422c13d 100644 --- a/entrypoints/injected/components/Download.tsx +++ b/entrypoints/injected/components/Download.tsx @@ -116,7 +116,7 @@ export const Download = memo((props: { minimized?: boolean }) => { }} > {svgString ? ( - + ) : ( )}