Skip to content

Commit

Permalink
fixed visibility bug for user email display in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tentsundue committed Jan 18, 2025
1 parent d681c22 commit 1d9db7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,11 @@ export default function Home() {

{/* User Emblem Dropdown */}
<MenuList zIndex={10000}>
<MenuItem _focus={{ bg: "white" }}>
<MenuItem>
<Image
boxSize="1.2rem"
src={userlogo}
alt="logoutbutton"
alt="user email"
mr="12px"
/>
{user?.email}
Expand Down

0 comments on commit 1d9db7c

Please sign in to comment.