From 634559b46c77ff091a8cd4927b005e09ce4c94e4 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Tue, 11 Nov 2025 22:09:16 +0530 Subject: [PATCH] fixed to dropdown taking fixed width than the button --- .../WalletConnectDropdown/WalletConnectDropdown.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/pillarx-app/components/WalletConnectDropdown/WalletConnectDropdown.tsx b/src/apps/pillarx-app/components/WalletConnectDropdown/WalletConnectDropdown.tsx index 40e858b8..bff45441 100644 --- a/src/apps/pillarx-app/components/WalletConnectDropdown/WalletConnectDropdown.tsx +++ b/src/apps/pillarx-app/components/WalletConnectDropdown/WalletConnectDropdown.tsx @@ -334,11 +334,11 @@ const WalletConnectDropdown = () => { return (
@@ -363,7 +363,7 @@ const WalletConnectDropdown = () => {
{isDropdownOpen && ( -
+
)}