Skip to content

Commit

Permalink
fix: login more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Apr 16, 2024
1 parent 6473071 commit 011058d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/FarcasterSigninButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function SignInButton({ ...signInArgs }: SignInButtonProps) {
<>
<button
onClick={onClick}
className="rounded-full px-4 py-2 bg-purple-500 disabled:opacity-75 text-white focus:outline-none focus:ring-0"
className="text-xl rounded-full px-4 py-2 bg-purple-500 hover:bg-purple-700 disabled:opacity-75 text-white focus:outline-none focus:ring-0"
>
Log in with Warpcast ID
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Home() {
Not on Warpcast yet?{" "}
<a
href="https://warpcast.com/~/signup"
className="text-purple-400 mx-2"
className="text-purple-500 mx-2"
target="_blank"
>
<b>Sign up now</b>
Expand Down

0 comments on commit 011058d

Please sign in to comment.