Skip to content

Commit f45c9c9

Browse files
committed
Refactor code: Improve button styling in login dialog for unauthenticated users
1 parent a9e8f6c commit f45c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Login/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const Login = () => {
247247
</div>
248248
)}
249249
{status === "unauthenticated" && (
250-
<button onClick={userLogin} className="py-2">
250+
<button onClick={userLogin} className="py-2 outline-none border-0 ring-0">
251251
<span className="text-sm md:text-base ">
252252
Sign in with GitHub&nbsp;
253253
</span>

0 commit comments

Comments
 (0)