mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
Fix left icon placement
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user