refactor(FE): Adjust padding on tab header wrapper in ClosingDetailTabs

This commit is contained in:
rstubryan
2026-02-18 16:32:26 +07:00
parent 14e1c59a69
commit 32354e3c2d
@@ -136,7 +136,7 @@ const ClosingDetail: React.FC<ClosingDetailProps> = ({
variant='boxed'
className={{
tabHeaderWrapper:
'justify-between items-center p-3 border-b border-base-content/10',
'justify-between items-center py-3 border-b border-base-content/10',
tab: 'w-fit',
content: 'p-0 m-0',
}}