refactor(FE): Refactor table and tab styles for consistent spacing and

layout
This commit is contained in:
rstubryan
2026-02-19 11:27:24 +07:00
parent 8a1e0f080f
commit 7d79b6b957
8 changed files with 8 additions and 8 deletions
@@ -82,7 +82,7 @@ const FinanceClosingTable = ({
}, [finance]);
return (
<div className='flex flex-col gap-4 p-0 sm:p-3'>
<div className='flex flex-col gap-4 pt-3'>
{isLoading ? (
<FinanceClosingSkeleton />
) : !isResponseSuccess(finance) ? (