diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index a303ee8..2bec063 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -75,7 +75,7 @@ } .btn { - @apply justify-center rounded-md bg-default-slate px-4 py-2 text-sm font-semibold leading-6 text-white + @apply justify-center rounded-md bg-default-slate px-4 py-2 font-semibold leading-6 text-white shadow-xs hover:opacity-80 cursor-pointer } diff --git a/app/views/schedules/view.html.erb b/app/views/schedules/view.html.erb index e963567..e7272ce 100644 --- a/app/views/schedules/view.html.erb +++ b/app/views/schedules/view.html.erb @@ -33,7 +33,7 @@