Skip to content

Commit f2a00bf

Browse files
committed
second commit
1 parent 9db60f0 commit f2a00bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Checkout() {
6969
onClick={!session ? signIn : console.log("")}
7070
className={`button mt-2 ${
7171
!session &&
72-
"from-gray-300 to-gray-500 border-gray-200 text-black"
72+
"from-gray-300 to-gray-500 border-gray-200 text-black active:from-gray-500"
7373
}`}
7474
>
7575
{!session ? "Sign in to checkout" : "Proceed to checkout"}

0 commit comments

Comments
 (0)