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

@ -162,6 +162,7 @@ const ListToolbar = () => {
placeholder="Search MSISDN"
value={searchValue}
onChange={(e) => setSearchValue(e.target.value)}
className="overflow-hidden text-ellipsis w-full"
/>
</label>
@ -182,7 +183,7 @@ const ListToolbar = () => {
<DefaultTooltip title={'Reset Filter'} placement={'top'}>
<Button
variant="outline"
className="h-7.5 disabled:bg-gray-400"
className="h-8 disabled:bg-gray-400"
onClick={handleClearAllFilters}
>
<KeenIcon icon="arrow-circle-left" />
@ -203,4 +204,4 @@ const ListToolbar = () => {
);
};
export default ListToolbar;
export default ListToolbar;