Skip to content

Commit

Permalink
Merge pull request #447 from kodervine/main
Browse files Browse the repository at this point in the history
style: remove border on the appbar
  • Loading branch information
ijemmao authored Sep 21, 2023
2 parents d774af8 + 7bc1760 commit 3fc4f5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/Layout/components/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const AppBar = ({ notifications, ...props }: { notifications: Interfaces.Notific
whiteSpace: 'nowrap',
overflow: 'hidden',
},
'& .RaUserMenu-userButton': {
border: 'none',
},
}}
{...props}
userMenu={<UserMenu />}
Expand Down

0 comments on commit 3fc4f5f

Please sign in to comment.