Skip to content

Commit b79f58e

Browse files
committed
actually export the menu
1 parent 66a4bae commit b79f58e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/Menu.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const StyledButton = styled(Button)`
66
`;
77

88
const StyledPopover = styled(Popover)`
9+
padding: 1.6rem;
10+
border-top: 0.4rem solid #63A524;
11+
box-shadow: 0 0.4rem 0.4rem 0 #00000033;
912
`;
1013

1114
export interface MenuProps {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './components/ErrorMessage';
88
export * from './components/ErrorModal';
99
export * from './components/Loader';
1010
export * from './components/ManageCookies';
11+
export * from './components/Menu';
1112
export * from './components/Modal';
1213
export * from './components/NavBar';
1314
export * from './components/NavBarLogo';

0 commit comments

Comments
 (0)