diff --git a/packages/design-system/molecules/user-popover/UserPopover.styled.ts b/packages/design-system/molecules/user-popover/UserPopover.styled.ts index c0a010b..c10ff24 100644 --- a/packages/design-system/molecules/user-popover/UserPopover.styled.ts +++ b/packages/design-system/molecules/user-popover/UserPopover.styled.ts @@ -28,6 +28,6 @@ export const NavAction = styled.div` box-sizing: content-box; padding: 5px 8px; position: relative; - top: 0.1em; + top: 0.5em; } `;