#90 - fix to calendar

This commit is contained in:
EwelinaLasowy 2022-04-14 10:24:51 +02:00
parent d80ba8f41b
commit d27d1736d7

View File

@ -17,7 +17,7 @@
</InertiaLink> </InertiaLink>
<span <span
v-else v-else
class="flex focus:relative justify-center items-center p-2 text-gray-400 hover:text-gray-500 bg-white rounded-l-md border border-r-0 border-gray-300 focus:outline-blumilk-500 md:px-2 md:w-9 md:hover:bg-gray-50" class="flex justify-center items-center p-2 text-gray-400 bg-gray-100 rounded-l-md border border-r-0 border-gray-300 md:px-2 md:w-9 cursor-not-allowed"
> >
<ChevronLeftIcon class="w-5 h-5" /> <ChevronLeftIcon class="w-5 h-5" />
</span> </span>
@ -39,7 +39,7 @@
</InertiaLink> </InertiaLink>
<span <span
v-else v-else
class="flex focus:relative justify-center items-center p-2 text-gray-400 hover:text-gray-500 bg-white rounded-r-md border border-l-0 border-gray-300 focus:outline-blumilk-500 md:px-2 md:w-9 md:hover:bg-gray-50" class="flex justify-center items-center p-2 text-gray-400 bg-gray-100 rounded-r-md border border-l-0 border-gray-300 md:px-2 md:w-9"
> >
<ChevronRightIcon class="w-5 h-5" /> <ChevronRightIcon class="w-5 h-5" />
</span> </span>