fix(css): bg-coollabs-gradient not working anymore

This commit is contained in:
peaklabs-dev
2025-05-19 23:01:28 +02:00
parent 2ef71d9114
commit 9331ccaf3e

View File

@@ -166,7 +166,7 @@
} }
@utility bg-coollabs-gradient { @utility bg-coollabs-gradient {
@apply bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 bg-clip-text text-transparent; @apply from-purple-500 via-pink-500 to-red-500 bg-linear-to-r;
} }
@utility text-helper { @utility text-helper {