From 53f6745af7fec27bfa103622ab4818311b895f16 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Fri, 28 Mar 2025 16:01:59 +0800 Subject: [PATCH] fix: update account dropdown border radius for improved UI consistency #17030 (#17031) --- web/app/components/header/account-dropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/account-dropdown/index.tsx b/web/app/components/header/account-dropdown/index.tsx index 65a73bf2a9..2d20dd9d50 100644 --- a/web/app/components/header/account-dropdown/index.tsx +++ b/web/app/components/header/account-dropdown/index.tsx @@ -85,7 +85,7 @@ export default function AppSelector({ isMobile }: IAppSelector) {