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
@@ -126,7 +126,7 @@ const ClosingDetail: React.FC<ClosingDetailProps> = ({
variant='boxed'
className={{
tabHeaderWrapper:
'justify-between items-center py-3 border-b border-base-content/10',
'relative justify-between items-center py-3 after:absolute after:bottom-0 after:left-0 after:right-0 after:-mx-4 after:border-b after:border-base-content/10',
tab: 'w-fit',
content: 'p-0 m-0',
}}