From d4b76974a57c5073f8c80d4190498ac88a4d9f6c Mon Sep 17 00:00:00 2001 From: Arne Pedersen Date: Thu, 29 Dec 2022 01:16:46 +0100 Subject: [PATCH] Change css class name. --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 8cf4f98..689acc3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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 } - .icon-hover { + .primary-hover { @apply transition duration-300 hover:text-primary } }