Skip to content

Commit 2f1cb4b

Browse files
committed
Remove blue borders
1 parent 60154c6 commit 2f1cb4b

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/UserMenu/Menu

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/UserMenu/Menu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Menu = ({
5454
}, [menuProps.visible]);
5555

5656
return (
57-
<ReakitMenu {...menuProps} aria-label="user options">
57+
<ReakitMenu {...menuProps} style={{ outline: 0 }} aria-label="user options">
5858
<Container>
5959
<MenuItem {...menuProps} to={profileUrl(username)} as={ItemLink}>
6060
<Icon>

0 commit comments

Comments
 (0)