Make it sliver and with black text
Browse files- 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-
|
| 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>
|