Skip to content

Commit

Permalink
fix: fixed the hover effect of forgot password part (#13439)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirad-deriv authored Feb 19, 2024
1 parent 20950f8 commit 57cc084
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@
display: flex;
align-items: center;
gap: 0.8rem;

.dc-btn:hover {
text-decoration: underline;
}
}
&-action {
text-decoration: underline;
Expand Down

0 comments on commit 57cc084

Please sign in to comment.