Skip to content

Commit

Permalink
Merge pull request #4935 from Giveth/feat/add_cooldown_varify_email
Browse files Browse the repository at this point in the history
Fixing button disable state
  • Loading branch information
kkatusic authored Jan 14, 2025
2 parents acf2051 + af00222 commit b11aa77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/InputUserEmailVerify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,10 @@ const InputCodeDesc = styled(GLink)`
line-height: 132%;
cursor: pointer;
}
& button: disabled {
opacity: 0.5;
}
}
`;

export default InputUserEmailVerify;

0 comments on commit b11aa77

Please sign in to comment.