#130: Improve service colors on printed PDFs

This commit is contained in:
Nisse Lommerde 2025-04-07 20:15:51 -04:00
parent 51f21f94c1
commit 16b2d3608b

View File

@ -111,7 +111,9 @@
</div>
<div class="fs-6 text-primary">
{{$order->customer_po}}
@if($order->pre_production)<span class="text-danger"> (pre-pro)</span>@endif()
@if($order->pre_production)
<span class="text-danger"> (pre-pro)</span>
@endif()
</div>
</div>
@ -210,7 +212,7 @@
{{$service->serviceFile->name}}
</div>
<br>
<div class="text-uppercase">
<div class="text-uppercase" style="color: #d63384;">
{{$service->notes}}
</div>
</td>