Skip to content

Commit

Permalink
Update login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Henrique3 authored Dec 11, 2023
1 parent 5005525 commit a54a93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inicial/static/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(document).ready(function(){
this.style.borderRadius = "20px";
} else {
content_account.style.display = "flex";
this.style.borderRadius = "20px 20px 0 0";
this.style.borderRadius = "20px";
}
});
});
});

0 comments on commit a54a93d

Please sign in to comment.