Skip to content

Commit

Permalink
OZ-771: Remove background color from password visibility toggle (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk authored Jan 13, 2025
1 parent dd053cc commit cfa95b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ input[type="text"] {

button {
align-items: center;
background-color: #3CB393 !important;
background-color: #3CB393;
border: 1px solid rgba(0, 125, 121, 0.008);
box-sizing: border-box;
color: white;
Expand Down Expand Up @@ -114,7 +114,7 @@ button:hover {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
box-sizing: border-box;
border-radius: 1rem !important;
border-radius: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.08);
}

Expand Down

0 comments on commit cfa95b5

Please sign in to comment.