diff --git a/src/renderer/components/button/index.tsx b/src/renderer/components/button/index.tsx index 9aafa6e5..b394f799 100644 --- a/src/renderer/components/button/index.tsx +++ b/src/renderer/components/button/index.tsx @@ -62,7 +62,9 @@ const StyledButton = styled(MantineButton)` & .mantine-Button-leftIcon { display: flex; + height: 100%; margin-right: 0.5rem; + transform: translateY(-0.1rem); } .mantine-Button-rightIcon {