We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db60f0 commit f2a00bfCopy full SHA for f2a00bf
src/pages/checkout.js
@@ -69,7 +69,7 @@ function Checkout() {
69
onClick={!session ? signIn : console.log("")}
70
className={`button mt-2 ${
71
!session &&
72
- "from-gray-300 to-gray-500 border-gray-200 text-black"
+ "from-gray-300 to-gray-500 border-gray-200 text-black active:from-gray-500"
73
}`}
74
>
75
{!session ? "Sign in to checkout" : "Proceed to checkout"}
0 commit comments