Skip to content

Commit

Permalink
fix: changes in the hover scss
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Dec 7, 2023
1 parent ded9823 commit c2e010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/pages/signup/signup.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
.link_text {
text-decoration: underline;
:hover .link_text {
&:hover {
text-decoration-color: #000000;
color: $text-color-primary;
}
Expand Down

0 comments on commit c2e010e

Please sign in to comment.