fix mes pasado

This commit is contained in:
Felipe
2023-08-01 14:30:53 -05:00
parent f435dd2f12
commit 1124b737c6
+5 -5
View File
@@ -29,15 +29,15 @@
<label class="inline-flex items-center cursor-pointer"> <label class="inline-flex items-center cursor-pointer">
<input type="checkbox" wire:model="showLastMonth" class="hidden" /> <input type="checkbox" wire:model="showLastMonth" class="hidden" />
@if ($showLastMonth) @if ($showLastMonth)
<div class="w-8 h-4 bg-[#d6a5ee] rounded-full shadow-inner flex justify-end"> <div class="w-12 h-6 bg-[#d6a5ee] rounded-full shadow-inner flex justify-end">
<div class="w-4 h-4 rounded-full bg-[#b221fd]"></div> <div class="w-6 h-6 rounded-full bg-[#b221fd]"></div>
</div> </div>
@else @else
<div class="w-8 h-4 bg-gray-300 rounded-full shadow-inner flex justify-start"> <div class="w-12 h-6 bg-gray-300 rounded-full shadow-inner flex justify-start">
<div class="w-4 h-4 rounded-full bg-gray-600"></div> <div class="w-6 h-6 rounded-full bg-gray-600"></div>
</div> </div>
@endif @endif
<div class="ml-2 text-sm font-medium text-gray-700">Mostrar resultados del mes pasado</div> <div class="ml-2 font-medium text-gray-700">Mostrar resultados del mes pasado</div>
</label> </label>
</div> </div>