fix: registration/login button

fix: init user registrations
This commit is contained in:
Andras Bacsai
2023-06-29 17:16:50 +02:00
parent 80af200c9f
commit fed35d9c13
3 changed files with 8 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ a {
}
}
.bg-coollabs-gradient {
@apply text-transparent bg-clip-text bg-gradient-to-r from-purple-500 via-pink-500 to-red-500;
@apply text-transparent text-white bg-gradient-to-r from-purple-500 via-pink-500 to-red-500;
}
.text-helper {
@apply inline-block font-bold text-warning;