Skip to content

Commit

Permalink
Fixed invisible text on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhollid committed Jan 21, 2025
1 parent 2070e24 commit 239164e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ForgotPasswordLabel = ({ email, errorEmail }) => {
</Typography>
<Typography
component="span"
color={theme.palette.primary.main}
color={theme.palette.accent.main}
ml={theme.spacing(2)}
sx={{ userSelect: "none" }}
onClick={handleNavigate}
Expand Down

0 comments on commit 239164e

Please sign in to comment.