style(login): update button text color to black
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / oxlint (pull_request) Successful in 20s
CI / eslint (pull_request) Successful in 27s
CI / Docker backend validation (pull_request) Successful in 26s
CI / prettier (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 1m3s
CI / Docker frontend validation (pull_request) Successful in 1m5s
CI / test-build (pull_request) Successful in 1m4s
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / oxlint (pull_request) Successful in 20s
CI / eslint (pull_request) Successful in 27s
CI / Docker backend validation (pull_request) Successful in 26s
CI / prettier (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 1m3s
CI / Docker frontend validation (pull_request) Successful in 1m5s
CI / test-build (pull_request) Successful in 1m4s
This commit is contained in:
parent
f3ab9ffcd6
commit
64ee19f930
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
<button
|
||||
(click)="loginWithGoogle()"
|
||||
class="w-full py-2.5 px-4 rounded flex items-center justify-center bg-white hover:bg-gray-100 text-gray-800 transition-colors"
|
||||
class="w-full py-2.5 px-4 rounded flex items-center justify-center bg-white hover:bg-gray-100 transition-colors !text-black"
|
||||
>
|
||||
<svg class="h-5 w-5 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path
|
||||
|
|
Reference in a new issue