fix toolbar on transfer type + wallet history

This commit is contained in:
bagusajisaputroo
2025-05-06 10:33:56 +07:00
parent 69ebdc31ed
commit 49f32883f7
4 changed files with 36 additions and 25 deletions

View File

@ -11,7 +11,7 @@
<div className="flex flex-wrap gap-2 lg:gap-5 w-full">
<div className="flex justify-between w-full items-center">
<div className="flex w-[50%] gap-3 items-center">
<label className="input input-sm w-1/3">
{/* <label className="input input-sm w-1/3">
<KeenIcon icon="magnifier" />
<input
type="text"
@ -19,7 +19,7 @@
value={(table.getColumn('name')?.getFilterValue() as string) ?? ''}
onChange={(event) => table.getColumn('name')?.setFilterValue(event.target.value)}
/>
</label>
</label> */}
</div>
<div className="flex gap-3 items-center">
<Button