refactor(FE): Simplify headerRowClassName formatting in tables

This commit is contained in:
rstubryan
2026-02-19 10:46:03 +07:00
parent 4c70ec7cab
commit 350ff0fbbe
2 changed files with 2 additions and 4 deletions
@@ -150,8 +150,7 @@ const ClosingOutgoingSapronaksSummaryTable = ({
tableWrapperClassName:
'overflow-x-auto rounded-tr-none rounded-tl-none',
tableClassName: 'w-full table-auto text-sm',
headerRowClassName:
'border-b border-b-gray-200 bg-gray-50',
headerRowClassName: 'border-b border-b-gray-200 bg-gray-50',
headerColumnClassName:
'px-4 py-3 text-xs font-semibold text-gray-700 text-left border border-gray-200',
bodyRowClassName:
@@ -186,8 +186,7 @@ const ClosingOutgoingSapronaksTable = ({
tableWrapperClassName:
'overflow-x-auto rounded-tr-none rounded-tl-none',
tableClassName: 'w-full table-auto text-sm',
headerRowClassName:
'border-b border-b-gray-200 bg-gray-50',
headerRowClassName: 'border-b border-b-gray-200 bg-gray-50',
headerColumnClassName:
'px-4 py-3 text-xs font-semibold text-gray-700 text-left border border-gray-200',
bodyRowClassName: