UI: User menu style fix (#29066)

## For #27609 

<img width="180" alt="Screenshot 2025-05-12 at 4 00 52 PM"
src="https://github.com/user-attachments/assets/1aabd897-ecae-45f0-9b53-c81677a47d55"
/>

- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
jacobshandling 2025-05-13 11:49:48 -07:00 committed by GitHub
parent 5742d519a9
commit 28ea0f0589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -0,0 +1 @@
- Fix slight style issues with the user menu

View file

@ -237,9 +237,6 @@ const UserMenu = ({
"&:active": {
backgroundColor: COLORS["ui-vibrant-blue-25"],
},
"&:last-child, &:nth-last-of-type(2)": {
borderTop: `1px solid ${COLORS["ui-fleet-black-10"]}`,
},
}),
};