Skip to content

Commit d84229e

Browse files
Merge pull request #193 from Dhruvn-patel/Bug/Fix-signin-button-css
Fix signin button add tailwind Class
2 parents 4342828 + c7faf2e commit d84229e

File tree

2 files changed

+4882
-1
lines changed

2 files changed

+4882
-1
lines changed

components/Header.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ function Header() {
3232

3333
<div className="flex gap-2 lg:ml-40">
3434
<button
35-
className="btn btn-ghost capitalize"
35+
36+
className="btn btn-ghost text-white border-1 border-white"
3637
onClick={() => {
3738
if (!session.data) signIn('github');
3839
else signOut();

0 commit comments

Comments
 (0)