wip
This commit is contained in:
parent
6abee20245
commit
0d8dccea22
@ -14,7 +14,8 @@ use Toby\Infrastructure\Http\Resources\SimpleVacationRequestResource;
|
||||
|
||||
class AnnualSummaryController extends Controller
|
||||
{
|
||||
public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response {
|
||||
public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response
|
||||
{
|
||||
$yearPeriod = $yearPeriodRetriever->selected();
|
||||
|
||||
$startDate = Carbon::createFromDate($yearPeriod->year)->startOfYear()->startOfWeek();
|
||||
|
@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
.v-popper--theme-tooltip .v-popper__arrow-outer {
|
||||
border-color: #527ABA;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.v-popper--theme-tooltip:focus-visible {
|
||||
|
Loading…
x
Reference in New Issue
Block a user