style(payroll): menghapus class untuk separator

This commit is contained in:
Yoga Pangestu 2025-11-23 23:29:44 +07:00
parent e301e05bd2
commit 87ae5538b3

View File

@ -54,7 +54,7 @@
</div>
</div>
<flux:separator class="my-2 !bg-black dark:!bg-white" />
<flux:separator class="my-2" />
<flux:text class="mb-1">Rincian</flux:text>
@foreach ($payroll->adjustments->where('payroll_id', $payroll->id) as $item)
@ -74,7 +74,7 @@ class="font-bold {{ $item->type->value == \App\Enums\SalaryAdjustmentType::DEDUC
</div>
@endforeach
<flux:separator class="my-2 !bg-black dark:!bg-white" />
<flux:separator class="my-2" />
<div class="flex justify-between items-center mt-2">
<flux:text>Total Gaji</flux:text>