mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
hotfix(frontend): Show background color for logout button (#7495)
This commit is contained in:
parent
1064939013
commit
63ebd9e338
@ -22,7 +22,7 @@ export function AccountSettingsContextMenu({
|
||||
<ContextMenu
|
||||
testId="account-settings-context-menu"
|
||||
ref={ref}
|
||||
className="absolute right-full md:left-full -top-1 z-10"
|
||||
className="absolute right-full md:left-full -top-1 z-10 w-fit"
|
||||
>
|
||||
<ContextMenuListItem onClick={onLogout} isDisabled={!isLoggedIn}>
|
||||
{t(I18nKey.ACCOUNT_SETTINGS$LOGOUT)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user