Fix alignment of button leftIcon

This commit is contained in:
jeffvli 2023-09-22 15:11:27 -07:00
parent 25e621372c
commit 8b0fe69e1c

View file

@ -65,7 +65,6 @@ const StyledButton = styled(MantineButton)<StyledButtonProps>`
display: flex;
height: 100%;
margin-right: 0.5rem;
transform: translateY(-0.1rem);
}
.mantine-Button-rightIcon {