Adjust base component styles

This commit is contained in:
jeffvli 2022-12-22 01:59:02 -08:00
parent 57c34637cf
commit a4584ecd5c
4 changed files with 8 additions and 5 deletions

View file

@ -162,7 +162,7 @@ const StyledButton = styled(MantineButton)<StyledButtonProps>`
}
&:active {
transform: scale(0.98);
transform: none;
}
& .mantine-Button-centerLoader {