Skip to content

Commit

Permalink
fix: transparent background on table filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rizqitsani authored and ppdbultimate committed Jun 5, 2024
1 parent d225470 commit 10cffa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/table/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Filter = <T extends RowData>({
)}
</div>
<IconButton
className='bg-light hover:bg-light/90'
icon={Search}
isLoading={isLoading}
onClick={handleClickSearch}
Expand Down

0 comments on commit 10cffa6

Please sign in to comment.