align icon center in menu toggle button

This commit is contained in:
Eduard Heimbuch
2020-03-05 08:53:11 +01:00
parent 89bc3dcc91
commit 028b562387

View File

@@ -31,6 +31,8 @@ const SmallButton = styled(Button)<CollapsedProps>`
padding-right: 1rem;
margin-right: ${(props: CollapsedProps) => (props.collapsed ? "0" : "0.5rem")};
height: 1.5rem;
display: flex;
align-items: center;
`;
const MenuLabel = styled.p<CollapsedProps>`