Skip to content

Commit

Permalink
style: Update user name button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 4, 2024
1 parent 325ead9 commit 8a8b14c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/login/components/login-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ export const LoginMenu = () => {
<Button
variant="text"
onClick={(e) => setAnchorEl(e.currentTarget)}
style={{ minWidth: 0 }}
sx={{
minWidth: 0,
minHeight: 0,
padding: 0,
"&:hover": {
backgroundColor: "transparent !important",
},
}}
>
<Typography variant="body2">{user.name}</Typography>
</Button>
Expand Down

0 comments on commit 8a8b14c

Please sign in to comment.