mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix(design-system): fix UserPopover icon alignment (#178)
This commit is contained in:
parent
0c586404e8
commit
311a9c371e
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ export const NavAction = styled.div`
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.1em;
|
top: 0.5em;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue