From a54a93dfd23ffc4baf28bc26cf30abf8e44e0edb Mon Sep 17 00:00:00 2001 From: Pedro-Henrique3 <141349792+Pedro-Henrique3@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:14:59 -0300 Subject: [PATCH] Update login.js --- inicial/static/js/login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inicial/static/js/login.js b/inicial/static/js/login.js index 173314e0..17c62f19 100644 --- a/inicial/static/js/login.js +++ b/inicial/static/js/login.js @@ -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"; } }); -}); \ No newline at end of file +});