refactor(FE): Refactor ClosingsTable header for improved styling

This commit is contained in:
rstubryan
2026-02-19 14:37:20 +07:00
parent e9784bd5ed
commit 60e360537e
@@ -300,11 +300,7 @@ const ClosingsTable = () => {
<>
<div className='w-full'>
<div className='flex flex-col mb-4'>
<div className='w-full p-3 pt-0 px-0 flex flex-row justify-between gap-3 flex-wrap border-b border-base-content/10'>
<div className='w-fit flex flex-row gap-3 flex-wrap'>
{/* Space for action buttons if needed in the future */}
</div>
<div className='relative w-full p-3 pt-0 px-0 flex flex-row justify-between gap-3 flex-wrap after:absolute after:bottom-0 after:left-0 after:right-0 after:-mx-4 after:border-b after:border-base-content/10'>
<div className='flex flex-1 flex-row justify-start sm:justify-end items-center gap-3 flex-wrap'>
<DebouncedTextInput
name='search'