From 9ba3fa1b6cddb1a92dc0d878a687a273e66ccfcb Mon Sep 17 00:00:00 2001 From: rstubryan Date: Tue, 16 Dec 2025 13:34:36 +0700 Subject: [PATCH] refactor(FE-364): refactor PDF table styles and remove total styles --- .../export/PurchasesPerSupplierExport.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/pages/report/logistic-stock/export/PurchasesPerSupplierExport.tsx b/src/components/pages/report/logistic-stock/export/PurchasesPerSupplierExport.tsx index 0281b22f..6ba54396 100644 --- a/src/components/pages/report/logistic-stock/export/PurchasesPerSupplierExport.tsx +++ b/src/components/pages/report/logistic-stock/export/PurchasesPerSupplierExport.tsx @@ -79,17 +79,6 @@ const pdfStyles = StyleSheet.create({ paddingVertical: 12, textAlign: 'center', }, - tableCellHeaderCenter: { - flex: 1, - borderRightWidth: 1, - borderRightColor: '#000000', - borderRightStyle: 'solid', - padding: 4, - fontSize: 8, - fontWeight: 'bold', - backgroundColor: '#F5F5F5', - textAlign: 'center', - }, tableCellHeaderRight: { flex: 1, borderRightWidth: 1,