mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
added radius to link user wrapper (#11692)
This commit is contained in:
parent
36a69ceb26
commit
eddd26fa00
@ -140,7 +140,13 @@ const LeftMenu = ({ generalSectionLinks, pluginsSectionLinks }) => {
|
||||
{userDisplayName}
|
||||
</NavUser>
|
||||
{userLinksVisible && (
|
||||
<LinkUserWrapper onBlur={handleBlur} padding={1} shadow="tableShadow" background="neutral0">
|
||||
<LinkUserWrapper
|
||||
onBlur={handleBlur}
|
||||
padding={1}
|
||||
shadow="tableShadow"
|
||||
background="neutral0"
|
||||
hasRadius
|
||||
>
|
||||
<FocusTrap onEscape={handleToggleUserLinks}>
|
||||
<Stack size={0}>
|
||||
<LinkUser onClick={handleToggleUserLinks} to="/me">
|
||||
|
Loading…
x
Reference in New Issue
Block a user