Andrewbluebird commited on
Commit
f736b82
·
verified ·
1 Parent(s): 18465d4

Make it sliver and with black text

Browse files
Files changed (1) hide show
  1. SignUp.html +1 -1
SignUp.html CHANGED
@@ -48,7 +48,7 @@
48
  <i data-feather="facebook" class="w-5 h-5 mr-2"></i>
49
  Sign up with Facebook
50
  </button>
51
- <button class="w-full flex items-center justify-center bg-black hover:bg-gray-900 text-white font-medium py-2 px-4 rounded-lg transition-colors">
52
  <i data-feather="apple" class="w-5 h-5 mr-2"></i>
53
  Sign up with Apple
54
  </button>
 
48
  <i data-feather="facebook" class="w-5 h-5 mr-2"></i>
49
  Sign up with Facebook
50
  </button>
51
+ <button class="w-full flex items-center justify-center bg-gray-200 hover:bg-gray-300 text-gray-800 font-medium py-2 px-4 rounded-lg transition-colors">
52
  <i data-feather="apple" class="w-5 h-5 mr-2"></i>
53
  Sign up with Apple
54
  </button>