diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index e8202bb0..bb7a7a90 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -53,7 +53,7 @@ } .form-field__submit { - @apply w-full p-3 text-center text-white bg-black rounded-lg hover:bg-gray-700; + @apply w-full p-3 text-center text-white bg-black rounded-lg cursor-pointer hover:bg-gray-700; } input:checked + label + .toggle-switch-dot {