Change css class name.

This commit is contained in:
Arne Pedersen
2022-12-29 01:16:46 +01:00
parent d75068651c
commit d4b76974a5

View File

@@ -34,7 +34,7 @@
@apply bg-primary rounded-md px-6 py-3 w-full h-full shadow text-gray-100 dark:text-gray-900 font-semibold @apply bg-primary rounded-md px-6 py-3 w-full h-full shadow text-gray-100 dark:text-gray-900 font-semibold
} }
.icon-hover { .primary-hover {
@apply transition duration-300 hover:text-primary @apply transition duration-300 hover:text-primary
} }
} }