diff --git a/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx index c01eeb61..71668da0 100644 --- a/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx @@ -880,18 +880,25 @@ const PurchasesPerSupplierTab = () => { key={supplierReport.supplier.id} title={supplierReport.supplier.name} subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`} - className={{ wrapper: 'w-full' }} + className={{ + wrapper: 'w-full rounded-2xl', + body: 'p-0', + title: + 'py-1.5 px-3 bg-primary text-white text-lg font-normal', + subtitle: + 'px-3 pb-1 bg-primary text-white text-sm font-normal', + }} variant='bordered' collapsible={true} >