We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbc369 commit 13a7536Copy full SHA for 13a7536
resources/views/livewire/company/budget-calendar.blade.php
@@ -123,7 +123,7 @@ class="mx-auto grid max-w-3xl grid-cols-1 gap-x-8 gap-y-16 px-4 py-16 sm:grid-co
123
class="isolate mt-2 grid grid-cols-7 gap-px rounded-lg bg-gray-200 text-sm shadow ring-1 ring-gray-200">
124
{{-- Padding for first week --}}
125
@for ($i = 1; $i < $firstDayOfWeek; $i++)
126
- <div class="bg-gray-50 py-1.5"></div>
+ <div class="bg-gray-50 {{ $i == 1 ? 'rounded-tl-lg' : '' }} py-1.5"></div>
127
@endfor
128
129
{{-- Loop over days in month --}}
0 commit comments