Skip to content

Commit

Permalink
fix: regiter page back btn hover issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed Jul 28, 2023
1 parent b16e23b commit f18fbb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function RegisteredStepButton(props: any) {
</CustomButton>
{activeStep !== 0 && (
<CustomButton
variant="text"
variant="contained"
onClick={handleBack}
sx={{
mr: 1,
Expand Down

0 comments on commit f18fbb5

Please sign in to comment.