From 352d844eebb90b0cb62d1555e8806552e0250688 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Tue, 23 Apr 2024 02:16:54 +0530 Subject: [PATCH 1/2] fix: Quick action - 'Pay elsewhere' button is small when paying someone via Quick action. Signed-off-by: Krishna Gupta --- src/components/ButtonWithDropdownMenu/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ButtonWithDropdownMenu/index.tsx b/src/components/ButtonWithDropdownMenu/index.tsx index a4e6e2c87fec..e516b415786e 100644 --- a/src/components/ButtonWithDropdownMenu/index.tsx +++ b/src/components/ButtonWithDropdownMenu/index.tsx @@ -66,7 +66,7 @@ function ButtonWithDropdownMenu({ }, [windowWidth, windowHeight, isMenuVisible, anchorAlignment.vertical]); return ( - + {shouldAlwaysShowDropdownMenu || options.length > 1 ? (