Browse Source

fix: update account dropdown border radius for improved UI consistency #17030 (#17031)

tags/1.2.0
GuanMu 7 months ago
parent
commit
bc22076ad8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/header/account-dropdown/index.tsx

+ 1
- 1
web/app/components/header/account-dropdown/index.tsx View File

@@ -85,7 +85,7 @@ export default function AppSelector({ isMobile }: IAppSelector) {
<MenuItems
className="
absolute right-0 mt-1.5 w-60 max-w-80
origin-top-right divide-y divide-divider-subtle rounded-lg bg-components-panel-bg-blur
origin-top-right divide-y divide-divider-subtle rounded-xl bg-components-panel-bg-blur
shadow-lg focus:outline-none
"
>

Loading…
Cancel
Save