From 42c6f03f283538c5b17d8f0476e6b0a75890e222 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 5 Dec 2023 13:47:46 +0530 Subject: [PATCH] remove outline of buttons in profile ui --- apps/OpenSign/src/routes/UserProfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/OpenSign/src/routes/UserProfile.js b/apps/OpenSign/src/routes/UserProfile.js index 0ed0e57ee..5a2120375 100644 --- a/apps/OpenSign/src/routes/UserProfile.js +++ b/apps/OpenSign/src/routes/UserProfile.js @@ -247,7 +247,7 @@ function UserProfile() { @@ -257,7 +257,7 @@ function UserProfile() { onClick={() => { setEditMode(true); }} - className="rounded shadow text-white bg-[#e7505a] px-4 py-2 mr-4" + className="rounded shadow focus:outline-none text-white bg-[#e7505a] px-4 py-2 mr-4" > Edit @@ -271,7 +271,7 @@ function UserProfile() { navigate("/changepassword"); } }} - className={`rounded shadow text-white bg-[#3598dc] ${ + className={`rounded shadow focus:outline-none text-white bg-[#3598dc] ${ editmode ? "px-4 py-2 " : "p-2" }`} >