From e148ece8772a173bc3bfc34c3cead3480aa37e20 Mon Sep 17 00:00:00 2001 From: drafish Date: Fri, 1 Nov 2024 14:04:17 +0800 Subject: [PATCH] update button size in quick-dapp --- apps/quick-dapp/src/components/DeployPanel/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/quick-dapp/src/components/DeployPanel/index.tsx b/apps/quick-dapp/src/components/DeployPanel/index.tsx index 48a774a9bd..3e08dd72fc 100644 --- a/apps/quick-dapp/src/components/DeployPanel/index.tsx +++ b/apps/quick-dapp/src/components/DeployPanel/index.tsx @@ -51,6 +51,8 @@ function DeployPanel(): JSX.Element {

QuickDapp