Skip to content

Commit

Permalink
Merge pull request #69 from icssc/dark-mode-hover-visibility-bug
Browse files Browse the repository at this point in the history
fixed visibility bug for user email display in  dark mode
  • Loading branch information
NwinNwin authored Jan 20, 2025
2 parents c5bf31e + 1d9db7c commit f119f71
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 f119f71

Please sign in to comment.