Skip to content

Commit

Permalink
Merge pull request #883 from Dhaneshwarguiyan/ui-improve
Browse files Browse the repository at this point in the history
added cursor pointer on avatar and made menu closer to avatar
  • Loading branch information
shivareddy6 authored Oct 11, 2023
2 parents cbddd23 + 67750f1 commit a825693
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/NavBar/new/MainNavbar/RightMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ const RightMenu = ({ mode, onClick }) => {
? "#fffff"
: "#3AAFA9",
marginLeft: "1rem",
marginBottom: ".2rem"
marginBottom: ".2rem",
cursor:"pointer",
}}
size={mode === "inline" ? "default" : "medium"}
src={profile.photoURL}
Expand All @@ -260,15 +261,15 @@ const RightMenu = ({ mode, onClick }) => {
data-testId="nav-user"
>
{acronym}
</Avatar>
</Avatar>
<Menu
id="fade-menu"
anchorEl={anchorEl}
keepMounted
open={open}
onClose={handleClose}
style={{
marginTop: "3rem",
marginTop: "1rem",
zIndex: 999999
}}
className={classes.menu}
Expand Down

0 comments on commit a825693

Please sign in to comment.