From e0298d457c4c6df7049dfdb59c0504ef63f83094 Mon Sep 17 00:00:00 2001 From: koji Date: Mon, 29 Apr 2024 18:14:54 -0400 Subject: [PATCH] fix(app): fix the arrow icon size in dropdown menu fix the arrow icon size in dropdown --- app/src/atoms/MenuList/DropdownMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/atoms/MenuList/DropdownMenu.tsx b/app/src/atoms/MenuList/DropdownMenu.tsx index ec383bf0ead..37d2b9479d2 100644 --- a/app/src/atoms/MenuList/DropdownMenu.tsx +++ b/app/src/atoms/MenuList/DropdownMenu.tsx @@ -144,9 +144,9 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element { {currentOption.name} {showDropdownMenu ? ( - + ) : ( - + )} {showDropdownMenu && (