From 2ab2cd6d994d91aafe517f456c18673c2aa27cc9 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 5 Jan 2026 11:19:59 +0700 Subject: [PATCH] chore: adjust header column styling --- .../ProductionResultProjectFlockKandangTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/report/production-result/ProductionResultProjectFlockKandangTable.tsx b/src/components/pages/report/production-result/ProductionResultProjectFlockKandangTable.tsx index 80ee3e9d..e1dfd515 100644 --- a/src/components/pages/report/production-result/ProductionResultProjectFlockKandangTable.tsx +++ b/src/components/pages/report/production-result/ProductionResultProjectFlockKandangTable.tsx @@ -352,7 +352,7 @@ const ProductionResultProjectFlockKandangTable = ({ productionResults?.data?.length === 0, }), headerColumnClassName: - 'px-4 py-3 border-base-content/10 text-base-content/50', + 'px-4 py-3 border-x border-base-content/10 text-base-content/50', }} />