Fix left icon placement
This commit is contained in:
parent
7c6f62023a
commit
ba6f2a1637
1 changed files with 2 additions and 0 deletions
|
@ -62,7 +62,9 @@ const StyledButton = styled(MantineButton)<StyledButtonProps>`
|
|||
|
||||
& .mantine-Button-leftIcon {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
margin-right: 0.5rem;
|
||||
transform: translateY(-0.1rem);
|
||||
}
|
||||
|
||||
.mantine-Button-rightIcon {
|
||||
|
|
Reference in a new issue