mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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 {
|
& .mantine-Button-leftIcon {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 100%;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
transform: translateY(-0.1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mantine-Button-rightIcon {
|
.mantine-Button-rightIcon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue